com.redstarhackers.exception
Class InvalidConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.redstarhackers.exception.SystemException
com.redstarhackers.exception.InvalidStateException
com.redstarhackers.exception.InvalidConfigurationException
- All Implemented Interfaces:
- java.io.Serializable
- public class InvalidConfigurationException
- extends InvalidStateException
Exception thrown when configuration information is missing or invalid.
- Version:
- $Revision: 1.1 $
- Author:
- $Author: kostya $
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CONF_DEFAULT_ERROR_CODE
public static final ErrorCode CONF_DEFAULT_ERROR_CODE
InvalidConfigurationException
public InvalidConfigurationException()
InvalidConfigurationException
public InvalidConfigurationException(ErrorCode code)
- Parameters:
code -
InvalidConfigurationException
public InvalidConfigurationException(ErrorCode code,
java.lang.String details)
- Parameters:
code - details -
InvalidConfigurationException
public InvalidConfigurationException(java.lang.String details)
- Parameters:
details -
InvalidConfigurationException
public InvalidConfigurationException(java.lang.Throwable rootCause)
- Parameters:
rootCause -
InvalidConfigurationException
public InvalidConfigurationException(ErrorCode code,
java.lang.Throwable rootCause)
- Parameters:
code - rootCause -
InvalidConfigurationException
public InvalidConfigurationException(java.lang.String details,
java.lang.Throwable rootCause)
- Parameters:
details - rootCause -
InvalidConfigurationException
public InvalidConfigurationException(ErrorCode code,
java.lang.String details,
java.lang.Throwable rootCause)
- Parameters:
code - details - rootCause -