Package org.xipki.security
Class BadInputException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.xipki.security.BadInputException
-
- All Implemented Interfaces:
Serializable
public class BadInputException extends Exception
Exception that indicates bad input.- Since:
- 2.0.0
- Author:
- Lijun Liao (xipki)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BadInputException()BadInputException(String message)BadInputException(String message, Throwable cause)BadInputException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-