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.ExceptionThis exception is an abstract class grouping all MSG-related exceptions- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MsgException()Constructs anMsgExceptionwithout a detail message.MsgException(java.lang.String msg)Constructs anMsgExceptionwith a detail message.
-