public class UnitDBException extends UnitException
Modifier | Constructor and Description |
---|---|
protected |
UnitDBException()
Constructs from nothing.
|
|
UnitDBException(String message)
Constructs from an error message.
|
|
UnitDBException(String message,
Exception e)
Constructs from a message and the exception that caused the failure.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected UnitDBException()
public UnitDBException(String message)
message
- The error message.Copyright © 1999–2014 UCAR/Unidata. All rights reserved.