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