public class InvalidStateException extends MiniAuthException
| Constructor and Description |
|---|
InvalidStateException() |
InvalidStateException(String message) |
InvalidStateException(String message,
String resource) |
InvalidStateException(String message,
Throwable cause) |
InvalidStateException(String message,
Throwable cause,
String resource) |
InvalidStateException(Throwable cause) |
InvalidStateException(Throwable cause,
String resource) |
getResourceaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidStateException()
public InvalidStateException(String message)
public InvalidStateException(String message, Throwable cause, String resource)
public InvalidStateException(Throwable cause)
Copyright © 2013. All rights reserved.