© 2005 BEA Systems, Inc.

com.bea.p13n.advisor
Class AdvisorException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.bea.p13n.exceptions.ApplicationException
              extended bycom.bea.p13n.advisor.AdvisorException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ElementNotFoundException

public class AdvisorException
extends ApplicationException

Base class for all exceptions thrown by Advisor and Advislet methods.

See Also:
Advisor, Advislet, Serialized Form

Constructor Summary
AdvisorException(String message)
          Creates a AdvisorException using a given message.
AdvisorException(String namespace, String message)
          Deprecated. use AdvisorException(String message).
AdvisorException(String namespace, String message, Throwable cause)
          Deprecated. use AdvisorException(String message, cause).
AdvisorException(String message, Throwable cause)
          Creates a AdvisorException using a given message and a nested Throwable.
 
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

AdvisorException

public AdvisorException(String message)
Creates a AdvisorException using a given message.


AdvisorException

public AdvisorException(String namespace,
                        String message)
Deprecated. use AdvisorException(String message).

Creates a AdvisorException using a given message and the namespace. Note: The namespace parameter is ignored.


AdvisorException

public AdvisorException(String namespace,
                        String message,
                        Throwable cause)
Deprecated. use AdvisorException(String message, cause).

Creates a AdvisorException using a given message, the namespace and a nested exception.


AdvisorException

public AdvisorException(String message,
                        Throwable cause)
Creates a AdvisorException using a given message and a nested Throwable.


© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved