public class MiniAuthException extends Exception
| Constructor and Description |
|---|
MiniAuthException() |
MiniAuthException(String message) |
MiniAuthException(String message,
String resource) |
MiniAuthException(String message,
Throwable cause) |
MiniAuthException(String message,
Throwable cause,
String resource) |
MiniAuthException(Throwable cause) |
MiniAuthException(Throwable cause,
String resource) |
| Modifier and Type | Method and Description |
|---|---|
String |
getResource()
Returns the "resource" associated with the error when it occurred.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MiniAuthException()
public MiniAuthException(String message)
public MiniAuthException(Throwable cause)
public String getResource()
Copyright © 2013. All rights reserved.