public class PortalException extends Exception
| Constructor and Description |
|---|
PortalException()
Instantiates a new portal exception.
|
PortalException(Exception cause)
Instantiates a new portal exception.
|
PortalException(String message)
Instantiates a new portal exception.
|
PortalException(String message,
Throwable cause)
Instantiates a new portal exception.
|
PortalException(Throwable cause)
Instantiates a new portal exception.
|
| Modifier and Type | Method and Description |
|---|---|
static PortalException |
wrap(Exception e)
Wrap.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PortalException()
public PortalException(String message)
message - the messagepublic PortalException(Throwable cause)
cause - the causepublic PortalException(Exception cause)
cause - the causepublic static PortalException wrap(Exception e) throws PortalException
e - the ePortalException - the portal exceptionCopyright © 2021. All rights reserved.