Class UnrecognizedUsageParametersInterfaceTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.opencloud.rhino.management.service.UnrecognizedUsageParametersInterfaceTypeException
-
- All Implemented Interfaces:
Serializable
public class UnrecognizedUsageParametersInterfaceTypeException extends Exception
This exception is thrown by a
UsageMBean
when an attempt is made to refer to an usage parameters interface type that does not exist.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnrecognizedUsageParametersInterfaceTypeException()
Create anUnrecognizedUsageParametersInterfaceTypeException
with no detail message.UnrecognizedUsageParametersInterfaceTypeException(String message)
Create anUnrecognizedUsageParametersInterfaceTypeException
with a detail message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnrecognizedUsageParametersInterfaceTypeException
public UnrecognizedUsageParametersInterfaceTypeException()
Create an
UnrecognizedUsageParametersInterfaceTypeException
with no detail message.
-
UnrecognizedUsageParametersInterfaceTypeException
public UnrecognizedUsageParametersInterfaceTypeException(String message)
Create an
UnrecognizedUsageParametersInterfaceTypeException
with a detail message.- Parameters:
message
- the detail message.
-
-