java.io.Serializable
public class OutputException
extends java.lang.Exception
Constructor | Description |
---|---|
OutputException() |
Default constructor
|
OutputException(java.lang.String msg) |
Constructor that takes a message
|
OutputException(java.lang.String msg,
java.lang.Throwable cause) |
Constructor that takes a message and another Throwable as the cause of
this exception.
|
public OutputException()
public OutputException(java.lang.String msg)
msg
- The messagepublic OutputException(java.lang.String msg, java.lang.Throwable cause)
msg
- The messagecause
- The cause