Class ConfigNotRegisteredException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.n2oapp.framework.config.register.ConfigNotRegisteredException
-
- All Implemented Interfaces:
Serializable
public class ConfigNotRegisteredException extends RuntimeException
User: iryabov Date: 13.12.13 Time: 13:07- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConfigNotRegisteredException()ConfigNotRegisteredException(String message)ConfigNotRegisteredException(String message, Throwable cause)ConfigNotRegisteredException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)ConfigNotRegisteredException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-