com.bea.p13n.advisor
Class AdvisorException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
com.bea.p13n.exceptions.ApplicationException
              
com.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
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
AdvisorException
public AdvisorException(String message)
- Creates a AdvisorException using a given message.
- Parameters
 message - the exception message.
 
AdvisorException
public AdvisorException(String message,
                        Throwable cause)
- Creates a AdvisorException using a given message
 and a nested 
Throwable.
- Parameters
 message - the exception message.cause - the nested Throwable.
 
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.
- Parameters
 namespace - the namespace.message - the exception message.
  
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.
- Parameters
 namespace - the namespace.message - the exception message.
  
Copyright © 2006 BEA Systems, Inc. All Rights Reserved