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