public class BufferOverflowException
extends java.lang.RuntimeException
Constructor and Description |
---|
BufferOverflowException()
Constructs a new
BufferOverflowException . |
BufferOverflowException(java.lang.String message)
Construct a new
BufferOverflowException . |
BufferOverflowException(java.lang.String message,
java.lang.Throwable exception)
Construct a new
BufferOverflowException . |
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
getCause()
Gets the root cause of the exception.
|
public BufferOverflowException()
BufferOverflowException
.public BufferOverflowException(java.lang.String message)
BufferOverflowException
.message
- the detail message for this exceptionpublic BufferOverflowException(java.lang.String message, java.lang.Throwable exception)
BufferOverflowException
.message
- the detail message for this exceptionexception
- the root cause of the exceptionCopyright © 2010 - 2020 Adobe. All Rights Reserved