org.openl.rules.repository.exceptions
Class RRepositoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openl.rules.repository.exceptions.RRepositoryException
All Implemented Interfaces:
Serializable

public class RRepositoryException
extends Exception

OpenL Rules Repository Exception

Author:
Aleh Bykhavets
See Also:
Serialized Form

Constructor Summary
RRepositoryException(String message, Throwable cause)
           
RRepositoryException(String pattern, Throwable cause, Object... params)
           
 
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

RRepositoryException

public RRepositoryException(String message,
                            Throwable cause)

RRepositoryException

public RRepositoryException(String pattern,
                            Throwable cause,
                            Object... params)


Copyright © 2010. All Rights Reserved.