Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.6.0)
E15995-04


oracle.webcenter.page.model
Class PageServiceRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oracle.webcenter.page.model.PageServiceRuntimeException

All Implemented Interfaces:
java.io.Serializable

public class PageServiceRuntimeException
extends java.lang.RuntimeException

This exception indicates an error occurred during page operation.

See Also:
Serialized Form

Constructor Summary
PageServiceRuntimeException()
           
PageServiceRuntimeException(java.lang.String msgKey, java.lang.String bundleClass)
           
PageServiceRuntimeException(java.lang.Throwable cause)
           
PageServiceRuntimeException(java.lang.Throwable cause, java.lang.String msgKey, java.lang.String bundleClass, java.lang.Object[] msgArgs)
           

 

Method Summary

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

PageServiceRuntimeException

public PageServiceRuntimeException()

PageServiceRuntimeException

public PageServiceRuntimeException(java.lang.Throwable cause)

PageServiceRuntimeException

public PageServiceRuntimeException(java.lang.String msgKey,
                                   java.lang.String bundleClass)

PageServiceRuntimeException

public PageServiceRuntimeException(java.lang.Throwable cause,
                                   java.lang.String msgKey,
                                   java.lang.String bundleClass,
                                   java.lang.Object[] msgArgs)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.6.0)
E15995-04


Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved.