javax.slee.profile
Class ProfileImplementationException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--javax.slee.profile.ProfileImplementationException
- All Implemented Interfaces:
- java.io.Serializable
- public class ProfileImplementationException
- extends java.lang.Exception
This exception wraps an exception thrown by profile management code implemented by
an SBB developer. It is included in the throws
clause of business
methods included in ProfileMBean classes generated by the SLEE.
- See Also:
- Serialized Form
Constructor Summary |
ProfileImplementationException(java.lang.Throwable cause)
Create a ProfileImplementationException with a detail message and cause. |
Method Summary |
java.lang.Throwable |
getCause()
Get the cause (if any) for this exception. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ProfileImplementationException
public ProfileImplementationException(java.lang.Throwable cause)
- Create a
ProfileImplementationException
with a detail message and cause.
- Parameters:
cause
- the reason this exception was thrown.
getCause
public java.lang.Throwable getCause()
- Get the cause (if any) for this exception.
- Returns:
- the cause.