org.apache.ws.resource
Class RemoveNotSupportedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byjava.rmi.RemoteException
                  extended byorg.apache.ws.resource.ResourceException
                      extended byorg.apache.ws.resource.RemoveNotSupportedException
All Implemented Interfaces:
java.io.Serializable

public class RemoveNotSupportedException
extends ResourceException

LOG-DONE This exception is raised when a ResourceHome implementation does not support removal of resources.

See Also:
Serialized Form

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

RemoveNotSupportedException

public RemoveNotSupportedException()
Creates a new RemoveNotSupportedException object.


RemoveNotSupportedException

public RemoveNotSupportedException(java.lang.String msg)
Creates a new RemoveNotSupportedException object.

Parameters:
msg - DOCUMENT_ME

RemoveNotSupportedException

public RemoveNotSupportedException(java.lang.String message,
                                   java.lang.Throwable t)
Creates a new RemoveNotSupportedException object.

Parameters:
message - DOCUMENT_ME
t - DOCUMENT_ME

RemoveNotSupportedException

public RemoveNotSupportedException(java.lang.Throwable ex)
Creates a new RemoveNotSupportedException object.

Parameters:
ex - DOCUMENT_ME


Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.