com.plumtree.remote
Class NotAvailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.plumtree.remote.ServiceException
com.plumtree.remote.NotAvailableException
- All Implemented Interfaces:
- java.io.Serializable
- public class NotAvailableException
- extends ServiceException
Thrown when the referenced object is no longer available.
Returned to the portal not as a SOAP Fault, but as a Status Code.
The resource will not be removed from the portal when this exception is thrown.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NotAvailableException
public NotAvailableException()
- Default constructor.
NotAvailableException
public NotAvailableException(java.lang.String message)
- Valued constructor.
- Parameters:
message
- string to display in error message
For additional information on the IDK, including tutorials, blogs, code samples and more,see the AquaLogic User Interaction Developer Center on BEA dev2dev.Copyright ©2007 BEA Systems, Inc. All Rights Reserved.