Class TLcyVetoException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.luciad.lucy.util.TLcyVetoException
All Implemented Interfaces:
Serializable

public class TLcyVetoException extends Exception
Exception that represents a veto to a certain change.
See Also:
  • Constructor Details

    • TLcyVetoException

      public TLcyVetoException()
      Creates a new TLcyVetoException without a message.
    • TLcyVetoException

      public TLcyVetoException(String aMessage)
      Creates a new TLcyVetoException with the given message.
      Parameters:
      aMessage - The exception message.