public class StorageManagerException
extends java.lang.Exception
Constructor and Description |
---|
StorageManagerException(java.lang.String message)
Creates a new exception to be thrown.
|
StorageManagerException(java.lang.String m,
java.lang.Throwable e)
Creates a new exception to be thrown.
|
public StorageManagerException(java.lang.String message)
message
- the message of the exeption.public StorageManagerException(java.lang.String m, java.lang.Throwable e)
m
- the message of the exeption.e
- the originating throwable.