Class ManagedStateException

All Implemented Interfaces:
Serializable

public class ManagedStateException extends IbisException
Exception thrown if a ManagedObject like an Adapter or Receiver is in an unexpected or illegal state.
Author:
Gerrit van Brakel
See Also:
  • Constructor Details

    • ManagedStateException

      public ManagedStateException()
    • ManagedStateException

      public ManagedStateException(String msg)
    • ManagedStateException

      public ManagedStateException(String errMsg, Throwable t)
    • ManagedStateException

      public ManagedStateException(Throwable t)