java.lang.Object
java.lang.Throwable
java.lang.Exception
org.praxislive.core.PortConnectionException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance ofPortConnectionExceptionwithout detail message.Constructs an instance ofPortConnectionExceptionwith 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 Details
-
PortConnectionException
public PortConnectionException()Creates a new instance ofPortConnectionExceptionwithout detail message. -
PortConnectionException
Constructs an instance ofPortConnectionExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
PortConnectionException
-
PortConnectionException
-