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

public class ResourceUnknownException
extends ResourceContextException

LOG-DONE

Author:
Ian P. Springer
See Also:
Serialized Form

Field Summary
static org.apache.ws.util.i18n.Messages MSG
           
 
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
Constructor Detail

ResourceUnknownException

public ResourceUnknownException(java.lang.Object resourceId,
                                java.lang.String serviceName)
Parameters:
resourceId -
serviceName -
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.