public class StreamFullException extends Exception implements MAJException
Thrown when a stream has insufficient capacity to complete the requested write operation.
No equivalent C result code could be found.
| Constructor and Description |
|---|
StreamFullException()
Create a new stream full exception with no message.
|
StreamFullException(String msg)
Create a new stream full exception with the given descriptive message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic StreamFullException(String msg)
Create a new stream full exception with the given descriptive message.
msg - Message describing the exception.public StreamFullException()
Create a new stream full exception with no message.
(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.