org.org.usurper.handlers.exceptions
Class SpecificPropertyHandlingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.org.usurper.handlers.exceptions.SpecificPropertyHandlingException
All Implemented Interfaces:
java.io.Serializable

public class SpecificPropertyHandlingException
extends java.lang.RuntimeException

The Class SpecificPropertyHandlingException.

Author:
pagregoire
See Also:
Serialized Form

Constructor Summary
SpecificPropertyHandlingException()
          Instantiates a new specific property handling exception.
SpecificPropertyHandlingException(java.lang.String message)
          Instantiates a new specific property handling exception.
SpecificPropertyHandlingException(java.lang.String message, java.lang.Throwable cause)
          Instantiates a new specific property handling exception.
SpecificPropertyHandlingException(java.lang.Throwable cause)
          Instantiates a new specific property handling exception.
 
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

SpecificPropertyHandlingException

public SpecificPropertyHandlingException()
Instantiates a new specific property handling exception.


SpecificPropertyHandlingException

public SpecificPropertyHandlingException(java.lang.String message)
Instantiates a new specific property handling exception.

Parameters:
message - the message

SpecificPropertyHandlingException

public SpecificPropertyHandlingException(java.lang.String message,
                                         java.lang.Throwable cause)
Instantiates a new specific property handling exception.

Parameters:
message - the message
cause - the cause

SpecificPropertyHandlingException

public SpecificPropertyHandlingException(java.lang.Throwable cause)
Instantiates a new specific property handling exception.

Parameters:
cause - the cause


Copyright © 2008. All Rights Reserved.