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