org.apache.ws.resource
Class ResourceContextException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byjava.rmi.RemoteException
                  extended byorg.apache.ws.resource.ResourceContextException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NoResourceHomeException

public class ResourceContextException
extends java.rmi.RemoteException

LOG-DONE This is a basic exception raised by ResourceContext operations.

See Also:
Serialized Form

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

ResourceContextException

public ResourceContextException()
Creates a ResourceContextException without error message.


ResourceContextException

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

Parameters:
message - error message

ResourceContextException

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

Parameters:
message - error message
exception - nested exception/

ResourceContextException

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

Parameters:
exception - nested exception


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