Class LifecycleException

    • Constructor Detail

      • LifecycleException

        public LifecycleException​(String aMessage,
                                  String aErrorCode)
        Instantiates a new lifecycle exception.
        Parameters:
        aMessage - the message
        aErrorCode - the error code
      • LifecycleException

        public LifecycleException​(String aMessage,
                                  Throwable aCause,
                                  String aErrorCode)
        Instantiates a new lifecycle exception.
        Parameters:
        aMessage - the message
        aCause - the cause
        aErrorCode - the error code
      • LifecycleException

        public LifecycleException​(String message,
                                  Throwable cause)
        Instantiates a new lifecycle exception.
        Parameters:
        message - the message
        cause - the cause
      • LifecycleException

        public LifecycleException​(String message)
        Instantiates a new lifecycle exception.
        Parameters:
        message - the message
      • LifecycleException

        public LifecycleException​(Throwable aCause,
                                  String aErrorCode)
        Instantiates a new lifecycle exception.
        Parameters:
        aCause - the cause
        aErrorCode - the error code
      • LifecycleException

        public LifecycleException​(Throwable cause)
        Instantiates a new lifecycle exception.
        Parameters:
        cause - the cause