Class CustomerNotAvailableException

All Implemented Interfaces:
Serializable

public class CustomerNotAvailableException extends UcmdbException
The UCMDB server is not yet ready to accept connect request.
Since:
UCMDB 9.0
See Also:
  • Constructor Details

    • CustomerNotAvailableException

      public CustomerNotAvailableException(Throwable cause)
    • CustomerNotAvailableException

      public CustomerNotAvailableException(String message)
    • CustomerNotAvailableException

      public CustomerNotAvailableException(String message, Throwable cause)