- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.praxislive.audio.ClientRegistrationException
-
- All Implemented Interfaces:
Serializable
public class ClientRegistrationException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClientRegistrationException()Creates a new instance ofClientRegistrationExceptionwithout detail message.ClientRegistrationException(String msg)Constructs an instance ofClientRegistrationExceptionwith the specified detail message.ClientRegistrationException(String msg, Throwable cause)ClientRegistrationException(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
-
ClientRegistrationException
public ClientRegistrationException()
Creates a new instance ofClientRegistrationExceptionwithout detail message.
-
ClientRegistrationException
public ClientRegistrationException(String msg)
Constructs an instance ofClientRegistrationExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
ClientRegistrationException
public ClientRegistrationException(Throwable cause)
-
-