Package org.praxislive.ide.model
Class ProxyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.praxislive.ide.model.ProxyException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance ofProxyExceptionwithout detail message.ProxyException(String msg) Constructs an instance ofProxyExceptionwith the specified detail message.ProxyException(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
-
ProxyException
public ProxyException()Creates a new instance ofProxyExceptionwithout detail message. -
ProxyException
Constructs an instance ofProxyExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
ProxyException
-