Class UnrecognizedUsageParameterSetException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.slee.SLEEException
-
- com.opencloud.rhino.facilities.usage.UnrecognizedUsageParameterSetException
-
- All Implemented Interfaces:
Serializable
public class UnrecognizedUsageParameterSetException extends SLEEException
This exception is thrown by the Usage Facility when passed a usage parameter set object that it does not recognize.
- Since:
- Rhino 2.4.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnrecognizedUsageParameterSetException()
Create anUnrecognizedUsageParameterSetException
with no detail message.UnrecognizedUsageParameterSetException(String message)
Create anUnrecognizedUsageParameterSetException
with a detail message.
-
Method Summary
-
Methods inherited from class javax.slee.SLEEException
getCause
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnrecognizedUsageParameterSetException
public UnrecognizedUsageParameterSetException()
Create an
UnrecognizedUsageParameterSetException
with no detail message.- Since:
- Rhino 2.4.0
-
UnrecognizedUsageParameterSetException
public UnrecognizedUsageParameterSetException(String message)
Create an
UnrecognizedUsageParameterSetException
with a detail message.- Parameters:
message
- the detail message.- Since:
- Rhino 2.4.0
-
-