|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.curjent.agent.AgentException
org.curjent.agent.ConfigLockedException
public class ConfigLockedException
Agent's configuration is locked.
Agent.getConfig(Object, Object, Object)
,
Serialized FormField Summary | |
---|---|
private static long |
serialVersionUID
Java Object serialization id. |
Constructor Summary | |
---|---|
ConfigLockedException()
Exception with a null message and
cause . |
|
ConfigLockedException(String message)
Exception with a given message and a null
cause . |
|
ConfigLockedException(String message,
Throwable cause)
Exception with a given message and cause . |
|
ConfigLockedException(Throwable cause)
Exception with a null message and a given
cause . |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
Constructor Detail |
---|
public ConfigLockedException()
null
message
and
cause
.
Throwable.Throwable()
public ConfigLockedException(String message)
message
and a null
cause
. The given message
may be empty or
null
.
Throwable.Throwable(String)
public ConfigLockedException(Throwable cause)
null
message
and a given
cause
. The given cause
may be null.
Throwable.Throwable(Throwable)
public ConfigLockedException(String message, Throwable cause)
message
and cause
. The
given message
may be empty or null
, and the
given cause
may be null
.
Throwable.Throwable(String, Throwable)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |