Constructors Summary |
---|
public StorageException()Constructs a new StorageException
super();
|
public StorageException(String message)Constructs a new StorageException
super(message);
|
public StorageException(String message, Throwable cause)Constructs a new StorageException
super(message, cause);
|
public StorageException(Throwable cause)Constructs a new StorageException
super(cause);
|