public class UnitDBException extends UnitException
| Modifier | Constructor and Description |
|---|---|
protected |
UnitDBException()
Constructs from nothing.
|
|
UnitDBException(java.lang.String message)
Constructs from an error message.
|
|
UnitDBException(java.lang.String message,
java.lang.Exception e)
Constructs from a message and the exception that caused the failure.
|
protected UnitDBException()
public UnitDBException(java.lang.String message)
message - The error message.public UnitDBException(java.lang.String message,
java.lang.Exception e)
message - The message.e - The exeception that cause the the failure.