Package org.serviceconnector.service
Class InvalidMaskLengthException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.serviceconnector.service.InvalidMaskLengthException
- All Implemented Interfaces:
Serializable
The Class InvalidMaskLengthException.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidMaskLengthException(String message) Instantiates a new invalid mask length exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidMaskLengthException
Instantiates a new invalid mask length exception.- Parameters:
message- the message
-