|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
portal.lang.PortalException
OpenVend's exception.
| Constructor Summary | |
PortalException()
Creates a new portal exception with no detail message or root cause. |
|
PortalException(java.lang.String message)
Creates a new portal exception with a detail message. |
|
PortalException(java.lang.String message,
java.lang.Throwable rootCause)
Creates a new portal exception with a detail message and root cause. |
|
PortalException(java.lang.Throwable rootCause)
Creates a new portal exception with a root cause. |
|
| 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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public PortalException()
public PortalException(java.lang.Throwable rootCause)
rootCause - the root causepublic PortalException(java.lang.String message)
message - the detail message
public PortalException(java.lang.String message,
java.lang.Throwable rootCause)
message - the detail messagerootCause - the cause of the exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||