uk.ac.man.cs.rainbow.simulator
Class ReclaimableSavedState.StateReloadException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--uk.ac.man.cs.rainbow.RainbowError
                          |
                          +--uk.ac.man.cs.rainbow.simulator.ReclaimableSavedState.StateReloadException
All Implemented Interfaces:
Serializable
Enclosing class:
ReclaimableSavedState

public static class ReclaimableSavedState.StateReloadException
extends RainbowError

Thrown if a state reload fails for some reason.

See Also:
Serialized Form

Constructor Summary
ReclaimableSavedState.StateReloadException(String msg, Exception exn)
           
 
Method Summary
 Exception getException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReclaimableSavedState.StateReloadException

public ReclaimableSavedState.StateReloadException(String msg,
                                                  Exception exn)
Method Detail

getException

public Exception getException()