Class ProxyException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.praxislive.ide.model.ProxyException
All Implemented Interfaces:
Serializable

public class ProxyException extends Exception
See Also:
  • Constructor Details

    • ProxyException

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

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

      public ProxyException(Throwable cause)