com.plumtree.remote.prc.search
Class SearchException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byjava.rmi.RemoteException
                  extended bycom.plumtree.remote.prc.search.SearchException
All Implemented Interfaces:
java.io.Serializable

public class SearchException
extends java.rmi.RemoteException

Thrown when a remote invocation results in an error on the portal side, usually due to invalid parameters.

See Also:
Serialized Form

Method Summary
 java.lang.String getCode()
          Returns the search error code.
 java.lang.String getDetail()
          Returns the search error detail.
 java.lang.String getMessage()
          Returns the search error message.
 
Methods inherited from class java.rmi.RemoteException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getMessage

public java.lang.String getMessage()
Returns the search error message.

Returns:
the error message

getDetail

public java.lang.String getDetail()
Returns the search error detail.

Returns:
the error detail

getCode

public java.lang.String getCode()
Returns the search error code.

Returns:
the error code


For additional information on the Oracle® WebCenter Interaction Development Kit, including tutorials, blogs, code samples and more, see the Oracle Technology Network (http://www.oracle.com/technology/index.html).

Copyright ©2010 Oracle® Corporation. All Rights Reserved.