at.knowcenter.wag.egov.egiz.exceptions
Class SettingsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by at.knowcenter.wag.egov.egiz.exceptions.PresentableException
              extended by at.knowcenter.wag.egov.egiz.exceptions.SettingsException
All Implemented Interfaces:
Serializable

public class SettingsException
extends PresentableException

Thrown when the settings couldn't be loaded.

This is most likely the case when the config file isn't found or when the settings are corrupt.

Author:
wprinz
See Also:
Serialized Form

Constructor Summary
SettingsException(String message)
           
SettingsException(String message, Throwable cause)
           
SettingsException(Throwable cause)
           
 
Method Summary
 
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

SettingsException

public SettingsException(String message)
Parameters:
message -

SettingsException

public SettingsException(String message,
                         Throwable cause)
Parameters:
message -
cause -

SettingsException

public SettingsException(Throwable cause)
Parameters:
cause -


Copyright © 2006-2007 EGIZ - E-Government Innovationszentrum. All Rights Reserved.