org.apache.ws.resource
Class NoResourceHomeException

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
                      extended byorg.apache.ws.resource.NoResourceHomeException
All Implemented Interfaces:
java.io.Serializable

public class NoResourceHomeException
extends ResourceContextException

LOG-DONE This is a basic exception raised by ResourceContext operations in cases where a ResourceHome is not configured for a given service.

See Also:
Serialized Form

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

NoResourceHomeException

public NoResourceHomeException()
Creates a NoResourceHomeException without error message.


NoResourceHomeException

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

Parameters:
message - error message

NoResourceHomeException

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

Parameters:
message - error message
exception - nested exception/

NoResourceHomeException

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

Parameters:
exception - nested exception


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