|
|||||||||||
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.io.IOException
java.rmi.RemoteException
org.apache.ws.resource.ResourceException
org.apache.ws.resource.RemoveNotSupportedException
LOG-DONE
This exception is raised when a ResourceHome
implementation does not support removal of
resources.
Field Summary |
Fields inherited from class java.rmi.RemoteException |
detail |
Constructor Summary | |
RemoveNotSupportedException()
Creates a new RemoveNotSupportedException object. |
|
RemoveNotSupportedException(java.lang.String msg)
Creates a new RemoveNotSupportedException object. |
|
RemoveNotSupportedException(java.lang.String message,
java.lang.Throwable t)
Creates a new RemoveNotSupportedException object. |
|
RemoveNotSupportedException(java.lang.Throwable ex)
Creates a new RemoveNotSupportedException object. |
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 RemoveNotSupportedException()
RemoveNotSupportedException
object.
public RemoveNotSupportedException(java.lang.String msg)
RemoveNotSupportedException
object.
msg
- DOCUMENT_MEpublic RemoveNotSupportedException(java.lang.String message, java.lang.Throwable t)
RemoveNotSupportedException
object.
message
- DOCUMENT_MEt
- DOCUMENT_MEpublic RemoveNotSupportedException(java.lang.Throwable ex)
RemoveNotSupportedException
object.
ex
- DOCUMENT_ME
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |