org.org.usurper.handlers.exceptions
Class NoHandlerDefinedException

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.NoHandlerDefinedException
All Implemented Interfaces:
java.io.Serializable

public class NoHandlerDefinedException
extends java.lang.RuntimeException

The Class NoHandlerDefinedException.

Author:
pagregoire
See Also:
Serialized Form

Constructor Summary
NoHandlerDefinedException()
          Instantiates a new no handler defined exception.
NoHandlerDefinedException(java.lang.String message)
          Instantiates a new no handler defined exception.
NoHandlerDefinedException(java.lang.String message, java.lang.Throwable cause)
          Instantiates a new no handler defined exception.
NoHandlerDefinedException(java.lang.Throwable cause)
          Instantiates a new no handler defined 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

NoHandlerDefinedException

public NoHandlerDefinedException()
Instantiates a new no handler defined exception.


NoHandlerDefinedException

public NoHandlerDefinedException(java.lang.String message)
Instantiates a new no handler defined exception.

Parameters:
message - the message

NoHandlerDefinedException

public NoHandlerDefinedException(java.lang.String message,
                                 java.lang.Throwable cause)
Instantiates a new no handler defined exception.

Parameters:
message - the message
cause - the cause

NoHandlerDefinedException

public NoHandlerDefinedException(java.lang.Throwable cause)
Instantiates a new no handler defined exception.

Parameters:
cause - the cause


Copyright © 2008. All Rights Reserved.