Class VetoException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.praxislive.core.VetoException
All Implemented Interfaces:
Serializable

public class VetoException extends Exception
See Also:
  • Constructor Details

    • VetoException

      public VetoException()
      Creates a new instance of VetoException without detail message.
    • VetoException

      public VetoException(String msg)
      Constructs an instance of VetoException with the specified detail message.
      Parameters:
      msg - the detail message.