com.sap.portal.admin.wizard.exceptions
Class HandlerNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sap.portal.admin.wizard.exceptions.HandlerNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class HandlerNotFoundException
extends java.lang.Exception

HandlerNotFoundException implies that the object handler key is specified incorrectly, (i.e. null, empty or incorrect key), therefore handler service cannot be found by this key, and prints the error message and/or stackTrace to log and/or to screen. It can also encapsulate a nested exception.

See Also:
Serialized Form

Constructor Summary
HandlerNotFoundException(java.lang.String msg)
           
HandlerNotFoundException(java.lang.Throwable t, java.lang.String msg)
          Constructor @param t nested exception Constructor @param msg output message
 
Method Summary
 java.lang.Throwable getCause()
          Gets the nested exception (if exists).
 void printStackTrace()
           
 void printStackTrace(java.io.PrintStream s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HandlerNotFoundException

public HandlerNotFoundException(java.lang.String msg)

HandlerNotFoundException

public HandlerNotFoundException(java.lang.Throwable t,
                                java.lang.String msg)
Constructor @param t nested exception Constructor @param msg output message
Method Detail

getCause

public java.lang.Throwable getCause()
Gets the nested exception (if exists).
Returns:
Causing exception.

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintStream s)
Overrides:
printStackTrace in class java.lang.Throwable