|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.cafesoft.core.exception.NestedException
|
+--com.cafesoft.cams.ConfigException
ConfigException represents an exceptional condition encountered
when attempting to configure a Cams component.
| Constructor Summary | |
ConfigException()
Create a LoginConfigurationException with no additional information. |
|
ConfigException(String message)
Create a LoginConfigurationException with a detailed message. |
|
ConfigException(String message,
Throwable cause)
Create a LoginConfigurationException with no additional information. |
|
ConfigException(Throwable cause)
Create a LoginConfigurationException with a nested exception. |
|
| Methods inherited from class com.cafesoft.core.exception.NestedException |
getCause, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getStackTrace, initCause, setStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ConfigException()
public ConfigException(String message)
message - a detailed messagepublic ConfigException(Throwable cause)
cause - the exception that caused this exception to be thrown
public ConfigException(String message,
Throwable cause)
message - a detailed messagecause - the exception that caused this exception to be thrown
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||