Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter
11g Release 1 (11.1.1.3.0)
E15995-02


oracle.webcenter.page.model
Class PageServiceException

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

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DuplicateNameException, InvalidNameException, LockUnavailableException, ObjectChangedException

public class PageServiceException
extends java.lang.Exception
Since:
release specific (what release of product did this appear in)
See Also:
Serialized Form

Constructor Summary
PageServiceException()
           
PageServiceException(java.lang.String msgKey, java.lang.String bundleClass)
           
PageServiceException(java.lang.Throwable cause)
           
PageServiceException(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

PageServiceException

public PageServiceException()

PageServiceException

public PageServiceException(java.lang.Throwable cause)

PageServiceException

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

PageServiceException

public PageServiceException(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
11g Release 1 (11.1.1.3.0)
E15995-02


Copyright © 2009, 2010, Oracle. All rights reserved.