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