org.itracker.services.exceptions
Class SystemConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.itracker.services.exceptions.SystemConfigurationException
All Implemented Interfaces:
Serializable

public class SystemConfigurationException
extends Exception

See Also:
Serialized Form

Constructor Summary
SystemConfigurationException()
           
SystemConfigurationException(String message)
           
SystemConfigurationException(String message, String key)
           
 
Method Summary
 String getKey()
           
 void setKey(String value)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SystemConfigurationException

public SystemConfigurationException()

SystemConfigurationException

public SystemConfigurationException(String message)

SystemConfigurationException

public SystemConfigurationException(String message,
                                    String key)
Method Detail

getKey

public String getKey()

setKey

public void setKey(String value)


Copyright © 2002-2012 itracker. All Rights Reserved.