javax.rules.admin
Class RuleAdministrationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.rules.RuleException
              extended byjavax.rules.admin.RuleAdministrationException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
RuleExecutionSetCreateException, RuleExecutionSetDeregistrationException, RuleExecutionSetRegisterException

public class RuleAdministrationException
extends RuleException

Base class for all administration RuleException classes in the javax.rules.admin package.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.rules.RuleException
embeddedException
 
Constructor Summary
RuleAdministrationException(java.lang.String message)
          Creates a RuleAdministrationException with a given message.
RuleAdministrationException(java.lang.String message, java.lang.Exception exception)
          Creates a RuleAdministrationException with a given message and nested exception.
 
Methods inherited from class javax.rules.RuleException
getCause, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RuleAdministrationException

public RuleAdministrationException(java.lang.String message)
Creates a RuleAdministrationException with a given message.

Parameters:
message - the exception message.

RuleAdministrationException

public RuleAdministrationException(java.lang.String message,
                                   java.lang.Exception exception)
Creates a RuleAdministrationException with a given message and nested exception.

Parameters:
message - The exception message.
exception - The nested exception.


Copyright © 2004 Java Community Process. All Rights Reserved.