org.apache.ws.resource
Class ResourceUnknownException

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.ResourceUnknownException
All Implemented Interfaces:
java.io.Serializable

public class ResourceUnknownException
extends ResourceException

Indicates that a Resource instance with the specified id was not found in the corresponding ResourceHome.

See Also:
Serialized Form

Field Summary
static org.apache.ws.util.i18n.Messages MSG
          DOCUMENT_ME
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
ResourceUnknownException(java.lang.Object resourceId, java.lang.String serviceName)
           
 
Method Summary
 java.lang.Object getResourceId()
          DOCUMENT_ME
 java.lang.String getServiceName()
          DOCUMENT_ME
 
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
 

Field Detail

MSG

public static final org.apache.ws.util.i18n.Messages MSG
DOCUMENT_ME

Constructor Detail

ResourceUnknownException

public ResourceUnknownException(java.lang.Object resourceId,
                                java.lang.String serviceName)
Parameters:
resourceId - the resource id that was unknown
serviceName - the name of the service associated with the home where we tried to lookup the resource
Method Detail

getResourceId

public java.lang.Object getResourceId()
DOCUMENT_ME

Returns:
DOCUMENT_ME

getServiceName

public java.lang.String getServiceName()
DOCUMENT_ME

Returns:
DOCUMENT_ME


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