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