Class ConfigNotRegisteredException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.n2oapp.framework.config.register.ConfigNotRegisteredException
-
- All Implemented Interfaces:
java.io.Serializable
public class ConfigNotRegisteredException extends java.lang.RuntimeExceptionUser: iryabov Date: 13.12.13 Time: 13:07- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConfigNotRegisteredException()ConfigNotRegisteredException(java.lang.String message)ConfigNotRegisteredException(java.lang.String message, java.lang.Throwable cause)ConfigNotRegisteredException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)ConfigNotRegisteredException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
ConfigNotRegisteredException
public ConfigNotRegisteredException()
-
ConfigNotRegisteredException
public ConfigNotRegisteredException(java.lang.String message)
-
ConfigNotRegisteredException
public ConfigNotRegisteredException(java.lang.String message, java.lang.Throwable cause)
-
ConfigNotRegisteredException
public ConfigNotRegisteredException(java.lang.Throwable cause)
-
ConfigNotRegisteredException
public ConfigNotRegisteredException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
-