© 2005 BEA Systems, Inc.

com.bea.p13n.controls.exceptions
Class P13nControlException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.bea.p13n.controls.exceptions.P13nControlException
All Implemented Interfaces:
Serializable

public class P13nControlException
extends Exception

Class to represent all Exceptions thrown by the Portal controls. It wraps all exceptions thrown by the underlying implementation classes. The underlying Exception class may be retrieved by using the getCause() method.
To print the exception stack trace, add this to your debug.properties file in your domain directory:

 usePackageNames: on
 p13nControls.exceptions.P13nControlException: on
 

See Also:
Debug, Throwable, Serialized Form

Constructor Summary
P13nControlException(String message)
          Constructor
P13nControlException(String message, Throwable cause)
          Constructor
P13nControlException(Throwable cause)
          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

P13nControlException

public P13nControlException(String message)
Constructor


P13nControlException

public P13nControlException(String message,
                            Throwable cause)
Constructor


P13nControlException

public P13nControlException(Throwable cause)
Constructor


© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved