org.apache.ws.resource.properties.faults
Class ResourceUnknownFaultException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.xml.rpc.soap.SOAPFaultException
org.apache.ws.resource.faults.BaseFaultException
org.apache.ws.resource.properties.faults.ResourceUnknownFaultException
- All Implemented Interfaces:
- java.io.Serializable
- public class ResourceUnknownFaultException
- extends BaseFaultException
LOG-DONE
Indicates that the resource identified in the message is not known to the Web service.
- Author:
- Ian P. Springer
- See Also:
- Serialized Form
Field Summary |
static org.apache.ws.util.i18n.Messages |
MSG
|
Fields inherited from class java.lang.RuntimeException |
|
Methods inherited from class org.apache.ws.resource.faults.BaseFaultException |
getDescription, getErrorCode, getFaultCause, getName, getOriginator, getTimestamp, setDescription, setErrorCode, setFaultCause, setOriginator, setTimestamp, toString |
Methods inherited from class javax.xml.rpc.soap.SOAPFaultException |
getDetail, getFaultActor, getFaultCode, getFaultString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
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
ResourceUnknownFaultException
public ResourceUnknownFaultException(java.lang.Object resourceId,
java.lang.String serviceName)
- Constructs a new ResourceUnknownFaultException, specifying the resource id and service name of the unknown
resource.
- Parameters:
resourceId
- serviceName
-
ResourceUnknownFaultException
public ResourceUnknownFaultException(ResourceUnknownException rue)
- Parameters:
rue
-
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.