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:
  • Constructor Details

    • ConfigNotRegisteredException

      public ConfigNotRegisteredException()
    • ConfigNotRegisteredException

      public ConfigNotRegisteredException(String message)
    • ConfigNotRegisteredException

      public ConfigNotRegisteredException(String message, Throwable cause)
    • ConfigNotRegisteredException

      public ConfigNotRegisteredException(Throwable cause)
    • ConfigNotRegisteredException

      public ConfigNotRegisteredException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)