Package akka
Class ConfigurationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- akka.AkkaException
-
- akka.ConfigurationException
-
- All Implemented Interfaces:
java.io.Serializable
public class ConfigurationException extends AkkaException
This exception is thrown when Akka detects a problem with the provided configuration- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConfigurationException(java.lang.String msg)
ConfigurationException(java.lang.String message, java.lang.Throwable cause)
-