org.apache.ws.resource
Class ResourceUnknownException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
org.apache.ws.resource.ResourceException
org.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 |
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 |
MSG
public static final org.apache.ws.util.i18n.Messages MSG
- DOCUMENT_ME
ResourceUnknownException
public ResourceUnknownException(java.lang.Object resourceId,
java.lang.String serviceName)
- Parameters:
resourceId
- the resource id that was unknownserviceName
- the name of the service associated with the home where we tried to lookup the resource
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.