com.is.jrf
Class ConfigurationException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--com.is.jrf.ConfigurationException
- All Implemented Interfaces:
- java.io.Serializable
- public class ConfigurationException
- extends java.lang.RuntimeException
An exception used to indicate that there is an error with the domain
class configuration.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ConfigurationException
public ConfigurationException(java.lang.String message)
ConfigurationException
public ConfigurationException(java.lang.Exception e)
ConfigurationException
public ConfigurationException(java.lang.Exception e,
java.lang.String message)
getOriginalException
public java.lang.Exception getOriginalException()
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in class java.lang.Throwable