biz.hammurapi.rules
Class RulesRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by biz.hammurapi.rules.RulesRuntimeException
All Implemented Interfaces:
java.io.Serializable

public class RulesRuntimeException
extends java.lang.RuntimeException

Product exception for Hammurapi Rules. This exception is typically used to wrap other exceptions.

Author:
Pavel Vlasov
See Also:
Serialized Form

Constructor Summary
RulesRuntimeException()
           
RulesRuntimeException(java.lang.String message)
           
RulesRuntimeException(java.lang.String message, java.lang.Throwable cause)
           
RulesRuntimeException(java.lang.Throwable cause)
           
 
Method Summary
 
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

RulesRuntimeException

public RulesRuntimeException()

RulesRuntimeException

public RulesRuntimeException(java.lang.String message)

RulesRuntimeException

public RulesRuntimeException(java.lang.Throwable cause)

RulesRuntimeException

public RulesRuntimeException(java.lang.String message,
                             java.lang.Throwable cause)


Copyright © 2005 Hammurapi Group. All Rights Reserved.