|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.slee.SLEEException
javax.slee.FactoryException
public class FactoryException
This exception is thrown by activity context and activity context interface factories when the factory cannot perform its function due to a system-level failure.
| Constructor Summary | |
|---|---|
FactoryException(java.lang.String message)
Create a FactoryException with a detail message. |
|
FactoryException(java.lang.String message,
java.lang.Throwable cause)
Create a FactoryException with a detail message and cause. |
|
| Method Summary |
|---|
| Methods inherited from class javax.slee.SLEEException |
|---|
getCause |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FactoryException(java.lang.String message)
FactoryException with a detail message.
message - the detail message.
public FactoryException(java.lang.String message,
java.lang.Throwable cause)
FactoryException with a detail message and cause.
message - the detail message.cause - the reason this exception was thrown.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||