Package com.luciad.lucy.util
Class TLcyVetoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.luciad.lucy.util.TLcyVetoException
- All Implemented Interfaces:
Serializable
Exception that represents a veto to a certain change.
- See Also:
-
Constructor Summary
ConstructorDescriptionCreates a newTLcyVetoException
without a message.TLcyVetoException
(String aMessage) Creates a newTLcyVetoException
with the given message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TLcyVetoException
public TLcyVetoException()Creates a newTLcyVetoException
without a message. -
TLcyVetoException
Creates a newTLcyVetoException
with the given message.- Parameters:
aMessage
- The exception message.
-