com.redstarhackers.exception
Class InvalidConfigurationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.redstarhackers.exception.SystemException
                  extended bycom.redstarhackers.exception.InvalidStateException
                      extended bycom.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

Field Summary
static ErrorCode CONF_DEFAULT_ERROR_CODE
           
 
Fields inherited from class com.redstarhackers.exception.InvalidStateException
STATE_DEFAULT_ERROR_CODE
 
Fields inherited from class com.redstarhackers.exception.SystemException
SYS_DEFAULT_ERROR_CODE
 
Constructor Summary
InvalidConfigurationException()
           
InvalidConfigurationException(ErrorCode code)
           
InvalidConfigurationException(ErrorCode code, java.lang.String details)
           
InvalidConfigurationException(ErrorCode code, java.lang.String details, java.lang.Throwable rootCause)
           
InvalidConfigurationException(ErrorCode code, java.lang.Throwable rootCause)
           
InvalidConfigurationException(java.lang.String details)
           
InvalidConfigurationException(java.lang.String details, java.lang.Throwable rootCause)
           
InvalidConfigurationException(java.lang.Throwable rootCause)
           
 
Methods inherited from class com.redstarhackers.exception.SystemException
getDetails, getErrorCode, getErrorMessage, getMessage
 
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
 

Field Detail

CONF_DEFAULT_ERROR_CODE

public static final ErrorCode CONF_DEFAULT_ERROR_CODE
Constructor Detail

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 -