Package com.isode.som
Class SomInvalidCommandArgumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.isode.som.SomException
com.isode.som.SomInvalidCommandArgumentException
- All Implemented Interfaces:
Serializable
Invalid command argument exception
- Author:
- mst
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorSomInvalidCommandArgumentException(String message) Constructor -
Method Summary
Methods inherited from class com.isode.som.SomException
getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SomInvalidCommandArgumentException
public SomInvalidCommandArgumentException()Default constructor -
SomInvalidCommandArgumentException
Constructor- Parameters:
message- exception details (human friendly)
-