com.plumtree.remote
Class GeneralFailureException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.plumtree.remote.ServiceException
              extended bycom.plumtree.remote.GeneralFailureException
All Implemented Interfaces:
java.io.Serializable

public class GeneralFailureException
extends ServiceException

Thrown from IAuthProvider.authenticate to tell the portal that there was a general failure when attempting to authenticate the user. Returned to the portal as a string containing a status code (and error message if provided) instead of as a SOAP Fault.

See Also:
Serialized Form

Constructor Summary
GeneralFailureException()
          Default constructor.
GeneralFailureException(java.lang.String message)
          Valued constructor.
 
Methods inherited from class com.plumtree.remote.ServiceException
getInnerException, getMessage, getStackTraceAsString, getStatusCode, printStackTrace
 
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
 

Constructor Detail

GeneralFailureException

public GeneralFailureException()
Default constructor.


GeneralFailureException

public GeneralFailureException(java.lang.String message)
Valued constructor.

Parameters:
message - the string to display in the error message


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.