org.multiverse.api.exceptions
Class LoadException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.multiverse.api.exceptions.LoadException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
LoadLockedException, LoadTooOldVersionException, LoadUncommittedException

public abstract class LoadException
extends java.lang.RuntimeException

A RuntimeException that indicates that a load action on the transaction failed.

Author:
Peter Veentjer.
See Also:
Serialized Form

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

LoadException

public LoadException()

LoadException

public LoadException(java.lang.String message)

LoadException

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

LoadException

public LoadException(java.lang.Throwable cause)


Copyright © 2008-2010 Multiverse. All Rights Reserved.