public class ProfileImplementationException extends Exception
throws
clause of business
methods included in ProfileMBean classes generated by the SLEE.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors
Constructor and Description
ProfileImplementationException(Throwable cause)
Create a ProfileImplementationException
with a detail message and cause.
-
Method Summary
Methods
Modifier and Type
Method and Description
Throwable
getCause()
Get the cause (if any) for this exception.
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
Constructor Detail
-
ProfileImplementationException
public ProfileImplementationException(Throwable cause)
Create a ProfileImplementationException
with a detail message and cause.
- Parameters:
cause
- the reason this exception was thrown.