javax.rules
Class RuleSessionTypeUnsupportedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.rules.RuleException
                    |
                    +--javax.rules.RuleExecutionException
                          |
                          +--javax.rules.RuleSessionTypeUnsupportedException
All Implemented Interfaces:
java.io.Serializable

public class RuleSessionTypeUnsupportedException
extends RuleExecutionException

This exception is thrown when a client requests a RuleSession and the vendor does not support the given type (defined in the RuleRuntime) or the RuleExecutionSet itself does not support the requested mode.

See Also:
RuleRuntime, Serialized Form

Fields inherited from class javax.rules.RuleException
embeddedException
 
Constructor Summary
RuleSessionTypeUnsupportedException(java.lang.String message)
          Creates a RuleSessionTypeUnsupportedException with a given message.
RuleSessionTypeUnsupportedException(java.lang.String message, java.lang.Exception exception)
          Creates a RuleSessionTypeUnsupportedException 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

RuleSessionTypeUnsupportedException

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

RuleSessionTypeUnsupportedException

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


Copyright © 2003 Java Community Process. All Rights Reserved.