|
||||||||||
| 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.AssemblyConfigException
Exception raised when the service assembly configuration is in error. If the configuration is wrong then the service assembler factory will raise this exception.
| Constructor Summary | |
AssemblyConfigException()
Default constructor |
|
AssemblyConfigException(java.lang.String message)
Standard constructor |
|
AssemblyConfigException(java.lang.String message,
java.lang.Throwable cause)
Standard constructor |
|
AssemblyConfigException(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 AssemblyConfigException()
public AssemblyConfigException(java.lang.String message)
message - the messagepublic AssemblyConfigException(java.lang.Throwable cause)
cause - the root cause
public AssemblyConfigException(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 | |||||||||