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