com.plumtree.remote.sci
Class ValidationException

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

public class ValidationException
extends ServiceException

Exception used to transmit an error code to GetPageContent.

See Also:
Serialized Form

Constructor Summary
ValidationException(int statusCode)
          Constructor
ValidationException(java.lang.String message, int statusCode)
          Constructor with message (message not used)
 
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

ValidationException

public ValidationException(java.lang.String message,
                           int statusCode)
Constructor with message (message not used)

Parameters:
message - the error message
statusCode - the error code to pass to GetPageContent

ValidationException

public ValidationException(int statusCode)
Constructor

Parameters:
statusCode - the error code to pass to GetPageContent


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.