Package org.simgrid.msg
Class MsgException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.simgrid.msg.MsgException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
HostFailureException
,HostNotFoundException
,ProcessNotFoundException
,StorageNotFoundException
,TaskCancelledException
,TimeoutException
,TransferFailureException
public abstract class MsgException extends java.lang.Exception
This exception is an abstract class grouping all MSG-related exceptions- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MsgException()
Constructs anMsgException
without a detail message.MsgException(java.lang.String msg)
Constructs anMsgException
with a detail message.
-