public class SampException extends IOException
IOException.| Constructor and Description |
|---|
SampException()
Constructs an exception with no message.
|
SampException(String msg)
Consructs an exception with a given message.
|
SampException(String msg,
Throwable cause)
Constructs an exception with a given message and cause.
|
SampException(Throwable cause)
Constructs an exception with a given cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SampException()
public SampException(String msg)
msg - messagepublic SampException(Throwable cause)
cause - cause of this exceptionCopyright © 2008–2024. All rights reserved.