public class StorageNotFoundException extends MsgException
Constructor and Description |
---|
StorageNotFoundException()
Constructs an
StorageNotFoundException without a detail message. |
StorageNotFoundException(java.lang.String s)
Constructs an
StorageNotFoundException with a detail message. |
public StorageNotFoundException()
StorageNotFoundException
without a detail message.public StorageNotFoundException(java.lang.String s)
StorageNotFoundException
with a detail message.s
- the detail message.