public abstract class UnitException
extends java.lang.Exception
implements java.io.Serializable
Constructor and Description |
---|
UnitException()
Constructs from nothing.
|
UnitException(java.lang.String message)
Constructs from an error message.
|
UnitException(java.lang.String message,
java.lang.Exception e)
Constructs from a message and the exception that caused the failure.
|
public UnitException()
public UnitException(java.lang.String message)
message
- The error message.public UnitException(java.lang.String message, java.lang.Exception e)
message
- The message.e
- The exception that caused the failure.