Package org.simgrid.msg
Class StorageNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.simgrid.msg.MsgException
-
- org.simgrid.msg.StorageNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class StorageNotFoundException extends MsgException
Exception raised when looking for a non-existing storage.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StorageNotFoundException()
Constructs anStorageNotFoundException
without a detail message.StorageNotFoundException(java.lang.String s)
Constructs anStorageNotFoundException
with a detail message.
-