|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.genesyslab.ail.exception.RequestFailedException
com.genesyslab.ail.exception.PreconditionException
com.genesyslab.ail.exception.NoAvailableDnException
public class NoAvailableDnException
Exception thrown when no Dn is available for the
requested action.
| Nested Class Summary | |
|---|---|
static class |
NoAvailableDnException.Reason
Constants for the reasons why no Dn is
available. |
| Constructor Summary | |
|---|---|
NoAvailableDnException(java.lang.String place,
Dn.Media media,
NoAvailableDnException.Reason reason)
Deprecated. since G7.0 |
|
NoAvailableDnException(java.lang.String place,
NoAvailableDnException.Reason reason)
Constructor for this exception. |
|
| Method Summary | |
|---|---|
Dn.Media |
getMedia()
Deprecated. since G7.0: all DNs are of type voice |
java.lang.String |
getPlace()
Returns the ID of the Place on which no available
Dn was found. |
NoAvailableDnException.Reason |
getReason()
Returns the reason why no Dn was found. |
| 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NoAvailableDnException(java.lang.String place,
Dn.Media media,
NoAvailableDnException.Reason reason)
place - The place on which a Dn is required.media - The required type of Dn.reason - The reason why no Dn was found.
public NoAvailableDnException(java.lang.String place,
NoAvailableDnException.Reason reason)
place - The place on which a Dn is required.reason - The reason why no Dn was found.| Method Detail |
|---|
public java.lang.String getPlace()
Place on which no available
Dn was found.
public Dn.Media getMedia()
Dn.
public NoAvailableDnException.Reason getReason()
Dn was found.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||