public final class UnitExistsException extends UnitException
| Constructor and Description |
|---|
UnitExistsException()
Constructs what is essentially an empty
UnitExistsException. |
UnitExistsException(java.lang.String id)
Creates an exception from a unit identifier.
|
UnitExistsException(java.lang.String id,
java.lang.Throwable cause)
Creates an exception from a unit identifier, with a given cause.
|
UnitExistsException(java.lang.Throwable cause)
Constructs a
UnitExistsException with the specified cause. |
public UnitExistsException()
UnitExistsException.
Please consider using UnitExistsException(String) or
UnitExistsException(String, Throwable) instead.
public UnitExistsException(java.lang.String id)
id - Unit ID.public UnitExistsException(java.lang.String id,
java.lang.Throwable cause)
id - Unit ID.cause - Cause of the exception. null indicates that the
cause is nonexistent or unknown.public UnitExistsException(java.lang.Throwable cause)
UnitExistsException with the specified cause.cause - Cause of the exception. null indicates that the
cause is nonexistent or unknown.