org.ejdb.bson
Class BSONException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.ejdb.bson.BSONException
All Implemented Interfaces:
java.io.Serializable

public class BSONException
extends java.lang.RuntimeException

Version:
$Id$
Author:
Tyutyunkov Vyacheslav (tve@softmotions.com)
See Also:
Serialized Form

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

BSONException

public BSONException()

BSONException

public BSONException(java.lang.String message)

BSONException

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

BSONException

public BSONException(java.lang.Throwable cause)