Package co.paralleluniverse.actors
Class RegistrationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- co.paralleluniverse.actors.RegistrationException
-
- All Implemented Interfaces:
java.io.Serializable
public class RegistrationException extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RegistrationException()
RegistrationException(java.lang.String message)
RegistrationException(java.lang.String message, java.lang.Throwable cause)
RegistrationException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
RegistrationException
public RegistrationException()
-
RegistrationException
public RegistrationException(java.lang.String message)
-
RegistrationException
public RegistrationException(java.lang.String message, java.lang.Throwable cause)
-
RegistrationException
public RegistrationException(java.lang.Throwable cause)
-
-