org.bsf.smartValueObject.mediator
Class MediatorException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.bsf.smartValueObject.mediator.MediatorException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConcurrencyException

public class MediatorException
extends java.lang.Exception

Exceptions caused by a mediator.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
MediatorException()
           
MediatorException(java.lang.String message)
           
MediatorException(java.lang.String message, java.lang.Throwable cause)
           
MediatorException(java.lang.Throwable cause)
           
 
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

MediatorException

public MediatorException()

MediatorException

public MediatorException(java.lang.String message)

MediatorException

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

MediatorException

public MediatorException(java.lang.Throwable cause)