Class UnavailableIdException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UnavailableIdException
    extends java.lang.RuntimeException
    Represents that there is no available IDs.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      UnavailableIdException()
      Constructs an exception with no message and no underlying cause.
      UnavailableIdException​(java.lang.String message)
      Constructs an exception with the specified message.
      UnavailableIdException​(java.lang.String message, java.lang.Throwable cause)
      Constructs an exception with the specified message and the underlying cause.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • UnavailableIdException

        public UnavailableIdException()
        Constructs an exception with no message and no underlying cause.
      • UnavailableIdException

        public UnavailableIdException​(java.lang.String message)
        Constructs an exception with the specified message.
        Parameters:
        message - the message describing the specific nature of the error
      • UnavailableIdException

        public UnavailableIdException​(java.lang.String message,
                                      java.lang.Throwable cause)
        Constructs an exception with the specified message and the underlying cause.
        Parameters:
        message - the message describing the specific nature of the error
        cause - the underlying cause of this error