Class PortConnectionException

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

public class PortConnectionException extends Exception
See Also:
  • Constructor Details

    • PortConnectionException

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

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

      public PortConnectionException(Throwable cause)
    • PortConnectionException

      public PortConnectionException(String msg, Throwable cause)