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