Package example.app.entities.exceptions
Class EmptyArgumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
example.app.entities.exceptions.EmptyArgumentException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionEmptyArgumentException(String message) EmptyArgumentException(String message, Throwable cause) protectedEmptyArgumentException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) EmptyArgumentException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EmptyArgumentException
public EmptyArgumentException() -
EmptyArgumentException
-
EmptyArgumentException
-
EmptyArgumentException
-
EmptyArgumentException
-