RBNExceptions
Class RBNCyclicException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by RBNExceptions.RBNCyclicException
All Implemented Interfaces:
java.io.Serializable

public class RBNCyclicException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
RBNCyclicException()
          Creates new RBNCyclicException without detail message.
RBNCyclicException(java.lang.String msg)
          Constructs an RBNCyclicException with the specified detail message.
 
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

RBNCyclicException

public RBNCyclicException()
Creates new RBNCyclicException without detail message.


RBNCyclicException

public RBNCyclicException(java.lang.String msg)
Constructs an RBNCyclicException with the specified detail message.

Parameters:
msg - the detail message.