org.apache.pluto.portlet.admin
Class PlutoAdminException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.pluto.portlet.admin.PlutoAdminException
- All Implemented Interfaces:
- java.io.Serializable
- public class PlutoAdminException
- extends java.lang.RuntimeException
The main application exception that is a RuntimeException and
can wrap an underlying exception (i.e. the cause).
- Author:
- Craig Doremus
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PlutoAdminException
public PlutoAdminException(java.lang.String message)
- Parameters:
message
-
PlutoAdminException
public PlutoAdminException(java.lang.Throwable cause)
- Parameters:
cause
-
PlutoAdminException
public PlutoAdminException(java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message
- cause
-
getCause
public java.lang.Throwable getCause()
- Returns:
- Returns the cause.
toString
public java.lang.String toString()
Copyright © 2003-2006 . All Rights Reserved.