de.extra.client.plugins.outputplugin.utils
Class PropertiesHelperException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.extra.client.plugins.outputplugin.utils.PropertiesHelperException
All Implemented Interfaces:
Serializable

public class PropertiesHelperException
extends Exception

See Also:
Serialized Form

Constructor Summary
PropertiesHelperException()
          Creates a PropertiesHelperException.
PropertiesHelperException(String message)
          Creates a PropertiesHelperException with the given message.
PropertiesHelperException(String message, Throwable cause)
          Creates a PropertiesHelperException with the given message and cause.
PropertiesHelperException(Throwable cause)
          Creates a PropertiesHelperException with the given 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

PropertiesHelperException

public PropertiesHelperException()
Creates a PropertiesHelperException.


PropertiesHelperException

public PropertiesHelperException(String message)
Creates a PropertiesHelperException with the given message.

Parameters:
message -

PropertiesHelperException

public PropertiesHelperException(String message,
                                 Throwable cause)
Creates a PropertiesHelperException with the given message and cause.

Parameters:
message -
cause -

PropertiesHelperException

public PropertiesHelperException(Throwable cause)
Creates a PropertiesHelperException with the given cause.

Parameters:
cause -


Copyright © 2012-2013. All Rights Reserved.