public class InternetSCSIException extends Exception
| Constructor and Description |
|---|
InternetSCSIException()
Constructs a new exception with null as its detail message.
|
InternetSCSIException(Exception e)
Constructs a new exception as a wrapper for a given exception.
|
InternetSCSIException(String msg)
Constructs a new exception with the specified detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InternetSCSIException()
public InternetSCSIException(String msg)
msg - the detail message. The detail message is saved for later
retrieval by the Throwable.getMessage() method.public InternetSCSIException(Exception e)
e - the exception to be wrappedCopyright © 2013 University of Konstanz, Distributed Systems Group. All Rights Reserved.