public class BroadwickIOException extends RuntimeException
Constructor and Description |
---|
BroadwickIOException()
Constructs a new io exception with null as its detail message.
|
BroadwickIOException(String msg)
Constructs a new io exception with the specified detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public BroadwickIOException()
public BroadwickIOException(String msg)
msg
- the detail message. The detail message is saved for later
retrieval by the Throwable.getMessage() method.Copyright © 2015 University of Glasgow. All rights reserved.