- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.praxislive.core.PortConnectionException
-
- All Implemented Interfaces:
Serializable
public class PortConnectionException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PortConnectionException()
Creates a new instance ofPortConnectionException
without detail message.PortConnectionException(String msg)
Constructs an instance ofPortConnectionException
with the specified detail message.PortConnectionException(String msg, Throwable cause)
PortConnectionException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PortConnectionException
public PortConnectionException()
Creates a new instance ofPortConnectionException
without detail message.
-
PortConnectionException
public PortConnectionException(String msg)
Constructs an instance ofPortConnectionException
with the specified detail message.- Parameters:
msg
- the detail message.
-
PortConnectionException
public PortConnectionException(Throwable cause)
-
-