|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.io.IOException java.rmi.RemoteException org.apache.ws.resource.ResourceContextException
LOG-DONE
This is a basic exception raised by ResourceContext
operations.
Field Summary |
Fields inherited from class java.rmi.RemoteException |
detail |
Constructor Summary | |
ResourceContextException()
Creates a ResourceContextException without error message. |
|
ResourceContextException(java.lang.String message)
Creates a ResourceContextException with a given error message. |
|
ResourceContextException(java.lang.String message,
java.lang.Throwable exception)
Creates a ResourceContextException with a given error message and nested exception. |
|
ResourceContextException(java.lang.Throwable exception)
Creates a ResourceContextException from a nested exception. |
Methods inherited from class java.rmi.RemoteException |
getCause, getMessage |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, 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 ResourceContextException()
public ResourceContextException(java.lang.String message)
message
- error messagepublic ResourceContextException(java.lang.String message, java.lang.Throwable exception)
message
- error messageexception
- nested exception/public ResourceContextException(java.lang.Throwable exception)
exception
- nested exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |