Class InvalidProcessSchemePolicyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sodius.oslc.server.process.scheme.InvalidProcessSchemePolicyException
-
- All Implemented Interfaces:
Serializable
public class InvalidProcessSchemePolicyException extends Exception
Thrown when aProcessSchemePolicy
is found invalid.- Since:
- 3.9.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidProcessSchemePolicyException(String message)
InvalidProcessSchemePolicyException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-