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.
Constructor and Description |
---|
UnrecognizedChildRelationException(String message)
Create an
UnrecognizedChildRelationException with a detail message. |
getCause
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnrecognizedChildRelationException(String message)
Create an UnrecognizedChildRelationException
with a detail message.
message
- the detail message.