Package org.onosproject.core
Class UnavailableIdException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- org.onosproject.core.UnavailableIdException
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class UnavailableIdException extends RuntimeException Represents that there is no available IDs.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description UnavailableIdException()Constructs an exception with no message and no underlying cause.UnavailableIdException(String message)Constructs an exception with the specified message.UnavailableIdException(String message, Throwable cause)Constructs an exception with the specified message and the underlying cause.
 - 
Method Summary- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
UnavailableIdExceptionpublic UnavailableIdException() Constructs an exception with no message and no underlying cause.
 - 
UnavailableIdExceptionpublic UnavailableIdException(String message) Constructs an exception with the specified message.- Parameters:
- message- the message describing the specific nature of the error
 
 
- 
 
-