public class ItemStreamException extends RuntimeException
Constructor and Description |
---|
ItemStreamException(String message) |
ItemStreamException(String msg,
Throwable nested)
Constructs a new instance with a message and nested exception.
|
ItemStreamException(Throwable nested)
Constructs a new instance with a nested exception and empty message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ItemStreamException(String message)
message
- public ItemStreamException(String msg, Throwable nested)
msg
- the exception message.public ItemStreamException(Throwable nested)
Copyright © 2014 Pivotal. All rights reserved.