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 anUnrecognizedUsageParameterSetExceptionwith no detail message.UnrecognizedUsageParameterSetException(String message)Create anUnrecognizedUsageParameterSetExceptionwith 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
UnrecognizedUsageParameterSetExceptionwith no detail message.- Since:
 - Rhino 2.4.0
 
 
- 
UnrecognizedUsageParameterSetException
public UnrecognizedUsageParameterSetException(String message)
Create an
UnrecognizedUsageParameterSetExceptionwith a detail message.- Parameters:
 message- the detail message.- Since:
 - Rhino 2.4.0
 
 
 - 
 
 -