|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--com.swiftmq.extension.bridge.ObjectFactoryException
Exception to throw if something goes wrong within the ObjectFactory's accessor methods.
ObjectFactory
, Serialized FormConstructor Summary | |
ObjectFactoryException(java.lang.String message,
java.lang.Exception linkedException)
Create a new ObjectFactoryException |
Method Summary | |
java.lang.Exception |
getLinkedException()
Returns the linked excepion |
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 |
Constructor Detail |
public ObjectFactoryException(java.lang.String message, java.lang.Exception linkedException)
message
- exception messagelinkedException
- an optional exception that causes this exceptionMethod Detail |
public java.lang.Exception getLinkedException()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |