public class MissingUrlException extends PortalException
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
| Constructor and Description |
|---|
MissingUrlException()
Constructs a new MissingUrlException
|
MissingUrlException(java.lang.String pStr)
Constructs a new MissingUrlException with the given
explanation.
|
MissingUrlException(java.lang.String pStr,
java.lang.Throwable pSourceException)
Constructs a new MissingUrlException with the given
explanation.
|
MissingUrlException(java.lang.Throwable pSourceException)
Constructs a new MissingUrlException.
|
printStackTrace, printStackTrace, printStackTrace, toStringpublic MissingUrlException()
public MissingUrlException(java.lang.String pStr)
public MissingUrlException(java.lang.Throwable pSourceException)
pSourceException - the initial exception which was the root
cause of the problempublic MissingUrlException(java.lang.String pStr,
java.lang.Throwable pSourceException)
pStr - an explanation of the exceptionpSourceException - the initial exception which was the root
cause of the problem