com.sun.mdm.index.page
Class PageException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.sun.mdm.index.master.EViewException
              extended bycom.sun.mdm.index.master.ProcessingException
                  extended bycom.sun.mdm.index.page.PageException
All Implemented Interfaces:
java.io.Serializable

public class PageException
extends ProcessingException

Page Exception

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
PageException()
          Creates new ProcessException
PageException(java.lang.String msg)
          Constructor
PageException(java.lang.String msg, java.lang.Throwable t)
          Constructor
PageException(java.lang.Throwable t)
          Constructor
 
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

PageException

public PageException()
Creates new ProcessException


PageException

public PageException(java.lang.String msg)
Constructor

Parameters:
msg - Error message

PageException

public PageException(java.lang.String msg,
                     java.lang.Throwable t)
Constructor

Parameters:
msg - Error message
t - Chained exception

PageException

public PageException(java.lang.Throwable t)
Constructor

Parameters:
t - Chained exception


Sun Microsystems, Inc.