org.apache.ws.resource
Class ResourceException

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
IllegalResourceTypeException, InvalidResourceKeyException, ResourceUnknownException

public class ResourceException
extends java.rmi.RemoteException

LOG-DONE This is a basic exception raised by resources or ResourceHome operations.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
ResourceException()
          Creates a ResourceException without error message.
ResourceException(java.lang.String message)
          Creates a ResourceException with a given error message.
ResourceException(java.lang.String message, java.lang.Throwable exception)
          Creates a ResourceException with a given error message and nested exception.
ResourceException(java.lang.Throwable exception)
          Creates a ResourceException 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

ResourceException

public ResourceException()
Creates a ResourceException without error message.


ResourceException

public ResourceException(java.lang.String message)
Creates a ResourceException with a given error message.

Parameters:
message - error message

ResourceException

public ResourceException(java.lang.String message,
                         java.lang.Throwable exception)
Creates a ResourceException with a given error message and nested exception.

Parameters:
message - error message
exception - nested exception/

ResourceException

public ResourceException(java.lang.Throwable exception)
Creates a ResourceException from a nested exception.

Parameters:
exception - nested exception


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