public class OverflowException extends IOException
Constructor and Description |
---|
OverflowException()
Constructs a new exception with null as its detail message.
|
OverflowException(String message)
Constructs a new exception with the specified detail message.
|
OverflowException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
OverflowException(Throwable cause)
Constructs a new exception with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public OverflowException()
public OverflowException(String message)
message
- The specified detail message.public OverflowException(Throwable cause)
cause
- The specified cause of this exception.Copyright © 2010-2018, ForgeRock All Rights Reserved.