Class UnrecognizedChildRelationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.slee.SLEEException
-
- com.opencloud.rhino.facilities.childrelations.UnrecognizedChildRelationException
-
- All Implemented Interfaces:
Serializable
public class UnrecognizedChildRelationException extends SLEEException
This exception is thrown by the Child Relation Facility when passed the name of a child relation that has not been declared in the SBB’s deployment descriptor.
- Since:
- Rhino 2.4.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnrecognizedChildRelationException(String message)
Create anUnrecognizedChildRelationException
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
-
UnrecognizedChildRelationException
public UnrecognizedChildRelationException(String message)
Create an
UnrecognizedChildRelationException
with a detail message.- Parameters:
message
- the detail message.- Since:
- Rhino 2.4.0
-
-