Package com.swiftmq.swiftlet.scheduler
Class InvalidValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.swiftmq.swiftlet.scheduler.InvalidValueException
- All Implemented Interfaces:
Serializable
An InvalidValueException is thrown by a JobParameterVerifier if a parameter value
is invalid.
- Author:
- IIT GmbH, Bremen/Germany, Copyright (c) 2000-2003, All Rights Reserved
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidValueException
Creates a InvalidValueException- Parameters:
s
- Message
-