@Unrecoverable @StreamContingency @WebFault(name="UnknownPathFault") public class UnknownPathException extends Exception
| Constructor and Description |
|---|
UnknownPathException()
Creates an instance.
|
UnknownPathException(String msg)
Creates an instance with given message.
|
UnknownPathException(String msg,
Throwable cause)
Creates an instance with a given message and cause.
|
UnknownPathException(Throwable cause)
Creates an instance with a given cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnknownPathException()
public UnknownPathException(String msg)
msg - the messagepublic UnknownPathException(String msg, Throwable cause)
msg - the messagecause - the causepublic UnknownPathException(Throwable cause)
cause - the causeCopyright © 2014. All Rights Reserved.