public final class UnitExistsException extends UnitException
| Constructor and Description |
|---|
UnitExistsException()
Constructs what is essentially an empty
UnitExistsException. |
UnitExistsException(String id)
Creates an exception from a unit identifier.
|
UnitExistsException(String id,
Throwable cause)
Creates an exception from a unit identifier, with a given cause.
|
UnitExistsException(Throwable cause)
Constructs a
UnitExistsException with the specified cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnitExistsException()
UnitExistsException.
Please consider using UnitExistsException(String) or
UnitExistsException(String, Throwable) instead.
public UnitExistsException(String id)
id - Unit ID.public UnitExistsException(String id, Throwable cause)
id - Unit ID.cause - Cause of the exception. null indicates that the
cause is nonexistent or unknown.public UnitExistsException(Throwable cause)
UnitExistsException with the specified cause.cause - Cause of the exception. null indicates that the
cause is nonexistent or unknown.Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.