|
||||||||
| 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.CapacityExceededException
public class CapacityExceededException
Number of accepted and/or pending calls has exceeded an agent's configured capacity.
Capacity,
Serialized Form| Constructor Summary | |
|---|---|
CapacityExceededException()
Exception with a null message and
cause. |
|
CapacityExceededException(AgentCall<?> call)
Canceled call. |
|
CapacityExceededException(String message)
Exception with a given message and a null
cause. |
|
CapacityExceededException(String message,
Throwable cause)
Exception with a given message and cause. |
|
CapacityExceededException(Throwable cause)
Exception with a null message and a given
cause. |
|
| Method Summary | |
|---|---|
AgentCall<?> |
getExpiredCall()
Get the call that was canceled. |
void |
setExpiredCall(AgentCall<?> call)
Set the call that was canceled. |
| 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 |
| Constructor Detail |
|---|
public CapacityExceededException(AgentCall<?> call)
null. The call is
saved in a transient field and is therefore not serialized
and null when deserialized.
public CapacityExceededException()
null message and
cause.
Throwable.Throwable()public CapacityExceededException(String message)
message and a null
cause. The given message may be empty or
null.
Throwable.Throwable(String)public CapacityExceededException(Throwable cause)
null message and a given
cause. The given cause may be null.
Throwable.Throwable(Throwable)
public CapacityExceededException(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)| Method Detail |
|---|
public AgentCall<?> getExpiredCall()
null.
public void setExpiredCall(AgentCall<?> call)
null. The
call is saved in a transient field and is
therefore not serialized and null when deserialized.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||