@Exported public class InvalidStreamException extends IllegalArgumentException
Constructor and Description |
---|
InvalidStreamException()
Constructs an instance of this class.
|
InvalidStreamException(String msg)
Constructs an instance of this class with the specified detailed message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidStreamException()
public InvalidStreamException(String msg)
msg
- The String that contains a detailed message
Copyright © 2009, 2015, Oracle and/or its affiliates. All rights reserved.