net.sourceforge.orbroker
Class BrokerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bynet.sourceforge.orbroker.BrokerException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConfigurationException, ConstraintException, DeadlockException, MoreThanOneRowException, QueryException, ReflectionException

public class BrokerException
extends RuntimeException

Generic exception from Broker.

Author:
Nils Kilden-Pedersen
See Also:
Serialized Form

Constructor Summary
BrokerException(String message)
          Constructor.
BrokerException(String message, Throwable cause)
          Constructor.
BrokerException(Throwable cause)
          Constructor.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BrokerException

public BrokerException(String message)
Constructor.

Parameters:
message -

BrokerException

public BrokerException(String message,
                       Throwable cause)
Constructor.

Parameters:
message -
cause -

BrokerException

public BrokerException(Throwable cause)
Constructor.

Parameters:
cause -