com.rshtech.exception
Class InvalidConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.rshtech.exception.SystemException
                  extended by com.rshtech.exception.InvalidStateException
                      extended by com.rshtech.exception.InvalidConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class InvalidConfigurationException
extends InvalidStateException

Exception thrown when configuration information is missing or invalid.

Version:
$Revision: 3137 $
Author:
$Author: kostya $
See Also:
Serialized Form

Field Summary
static ErrorCode CONF_DEFAULT_ERROR_CODE
           
 
Fields inherited from class com.rshtech.exception.InvalidStateException
STATE_DEFAULT_ERROR_CODE
 
Fields inherited from class com.rshtech.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)
           
 
Method Summary
 
Methods inherited from class com.rshtech.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 -