org.esupportail.cas.server.util
Class MisconfiguredHandlerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.esupportail.cas.server.util.MisconfiguredHandlerException
All Implemented Interfaces:
java.io.Serializable

public final class MisconfiguredHandlerException
extends java.lang.Exception

This class implements an exception that should be used by handlers to tell the main class that a handler was not configured correctly.

Author:
Pascal Aubry
See Also:
Serialized Form

Constructor Summary
MisconfiguredHandlerException(java.lang.String s)
          Constructor.
 
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

MisconfiguredHandlerException

public MisconfiguredHandlerException(java.lang.String s)
Constructor.

Parameters:
s - the message of the exception