org.apache.james.jspf.wiring
Class WiringServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.james.jspf.wiring.WiringServiceException
All Implemented Interfaces:
java.io.Serializable

public class WiringServiceException
extends java.lang.Exception

Exception raised when something goes wrong with wiring

See Also:
Serialized Form

Constructor Summary
WiringServiceException(java.lang.String string)
           
WiringServiceException(java.lang.String string, java.lang.Exception nested)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WiringServiceException

public WiringServiceException(java.lang.String string)

WiringServiceException

public WiringServiceException(java.lang.String string,
                              java.lang.Exception nested)


Copyright © 2006-2009 The Apache Software Foundation. All Rights Reserved.