Class LogbookExternalClientException

  • All Implemented Interfaces:
    java.io.Serializable

    public class LogbookExternalClientException
    extends VitamException
    Main Logbook External Client Exception
    See Also:
    Serialized Form
    • 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

      • LogbookExternalClientException

        public LogbookExternalClientException​(java.lang.String message)
        constructor with message
        Parameters:
        message - associated message
      • LogbookExternalClientException

        public LogbookExternalClientException​(java.lang.Throwable cause)
        constructor with throwable
        Parameters:
        cause - associated cause
      • LogbookExternalClientException

        public LogbookExternalClientException​(java.lang.String messsage,
                                              java.lang.Throwable cause)
        constructor with message and throwable
        Parameters:
        messsage - associated message
        cause - associated cause