Package io.keikai.api
Class IllegalOpArgumentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.keikai.api.IllegalOpArgumentException
-
- All Implemented Interfaces:
Serializable
public class IllegalOpArgumentException extends RuntimeException
Indicate an illegal operation & argument exception. We usually catch this exception and show corresponding message for users.- Since:
- 3.0.0
- Author:
- kuro
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalOpArgumentException()
IllegalOpArgumentException(String message)
IllegalOpArgumentException(String message, Throwable cause)
IllegalOpArgumentException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-