javax.rules.admin
Class RuleExecutionSetRegisterException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.rules.RuleException
                    |
                    +--javax.rules.admin.RuleAdministrationException
                          |
                          +--javax.rules.admin.RuleExecutionSetRegisterException
All Implemented Interfaces:
java.io.Serializable

public class RuleExecutionSetRegisterException
extends RuleAdministrationException

This exception is thrown if an exception occurs while registering a rule execution set to a URI.

See Also:
RuleAdministrator, Serialized Form

Fields inherited from class javax.rules.RuleException
embeddedException
 
Constructor Summary
RuleExecutionSetRegisterException(java.lang.String message)
          Creates a RuleExecutionSetRegisterException with a given message.
RuleExecutionSetRegisterException(java.lang.String message, java.lang.Exception exception)
          Creates a RuleExecutionSetRegisterException 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RuleExecutionSetRegisterException

public RuleExecutionSetRegisterException(java.lang.String message)
Creates a RuleExecutionSetRegisterException with a given message.
Parameters:
message - the exception message.

RuleExecutionSetRegisterException

public RuleExecutionSetRegisterException(java.lang.String message,
                                         java.lang.Exception exception)
Creates a RuleExecutionSetRegisterException with a given message and nested exception.
Parameters:
message - The exception message.
exception - The nested exception.


Copyright © 2003 Java Community Process. All Rights Reserved.