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