public class ProfileImplementationException extends Exception
throws
clause of business
methods included in ProfileMBean classes generated by the SLEE.
Constructor and Description |
---|
ProfileImplementationException(Throwable cause)
Create a
ProfileImplementationException with a detail message and cause. |
Modifier and Type | Method and Description |
---|---|
Throwable |
getCause()
Get the cause (if any) for this exception.
|
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ProfileImplementationException(Throwable cause)
ProfileImplementationException
with a detail message and cause.cause
- the reason this exception was thrown.