public class CannotWriteException extends Exception
Constructor and Description |
---|
CannotWriteException()
(overridden)
|
CannotWriteException(String message)
(overridden)
|
CannotWriteException(String message,
Throwable cause)
(overridden)
|
CannotWriteException(Throwable cause)
(overridden)
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CannotWriteException()
Exception.Exception()
public CannotWriteException(String message)
message
- Exception.Exception(java.lang.String)
public CannotWriteException(String message, Throwable cause)
message
- cause
- Exception.Exception(java.lang.String,java.lang.Throwable)
public CannotWriteException(Throwable cause)
cause
- Exception.Exception(java.lang.Throwable)
Copyright © 2005–2020 jthink.net. All rights reserved.