|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.xenonsoft.bridgetown.soa.AssemblyException
com.xenonsoft.bridgetown.soa.UnknownContextException
An exception when the named context cannot be found in the assembly configuration
| Constructor Summary | |
UnknownContextException()
Default constructor |
|
UnknownContextException(java.lang.String message)
Standard constructor |
|
UnknownContextException(java.lang.String message,
java.lang.Throwable cause)
Standard constructor |
|
UnknownContextException(java.lang.Throwable cause)
Standard constructor |
|
| 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 |
public UnknownContextException()
public UnknownContextException(java.lang.String message)
message - the messagepublic UnknownContextException(java.lang.Throwable cause)
cause - the root cause
public UnknownContextException(java.lang.String message,
java.lang.Throwable cause)
message - the messagecause - the root cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||