Class TranslateMessageException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jetbrains.buildServer.messages.serviceMessages.TranslateMessageException
-
- All Implemented Interfaces:
Serializable
public class TranslateMessageException extends RuntimeException
An exception indicating a error while translating a message- Since:
- 2018.2
- Author:
- kir
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TranslateMessageException(String s)
TranslateMessageException(String s, Throwable throwable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLogMessage()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-