org.apache.isis.viewer.scimpi.servlet
Class DispatchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.isis.viewer.scimpi.dispatcher.ScimpiException
                  extended by org.apache.isis.viewer.scimpi.servlet.DispatchException
All Implemented Interfaces:
Serializable

public class DispatchException
extends org.apache.isis.viewer.scimpi.dispatcher.ScimpiException

See Also:
Serialized Form

Constructor Summary
DispatchException()
           
DispatchException(String message)
           
DispatchException(String message, Throwable cause)
           
DispatchException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.apache.isis.viewer.scimpi.dispatcher.ScimpiException
getHtmlMessage
 
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

DispatchException

public DispatchException()

DispatchException

public DispatchException(String message)

DispatchException

public DispatchException(Throwable cause)

DispatchException

public DispatchException(String message,
                         Throwable cause)


Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.