Class TranslationXLIFFServiceException

  • All Implemented Interfaces:
    java.io.Serializable

    public class TranslationXLIFFServiceException
    extends java.lang.Exception
    See Also:
    Serialized Form
    • Constructor Detail

      • TranslationXLIFFServiceException

        public TranslationXLIFFServiceException​(java.lang.String message,
                                                TranslationXLIFFServiceException.ErrorCode errorCode)
        Instantiates a new translation xliff service exception.
        Parameters:
        message - the message
        errorCode - the error code
      • TranslationXLIFFServiceException

        public TranslationXLIFFServiceException​(java.lang.String message,
                                                java.lang.Throwable throwable,
                                                TranslationXLIFFServiceException.ErrorCode errorCode)
        Instantiates a new translation xliff service exception.
        Parameters:
        message - the message
        throwable - the throwable
        errorCode - the error code
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Throwable
      • getMessage

        public java.lang.String getMessage()
        Overrides:
        getMessage in class java.lang.Throwable