public class ExceptionDetails extends Pair<java.lang.String,java.lang.Throwable>
serialVersionUID
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
getCause() |
java.lang.String |
getTechMessage() |
static ExceptionDetails |
makeExceptionDetails() |
static ExceptionDetails |
makeExceptionDetails(java.lang.String techMessage) |
static ExceptionDetails |
makeExceptionDetails(java.lang.String techMessage,
java.lang.Throwable cause) |
static ExceptionDetails |
makeExceptionDetails(java.lang.Throwable cause) |
public java.lang.String getTechMessage()
public java.lang.Throwable getCause()
public static ExceptionDetails makeExceptionDetails()
public static ExceptionDetails makeExceptionDetails(java.lang.String techMessage)
public static ExceptionDetails makeExceptionDetails(java.lang.Throwable cause)
public static ExceptionDetails makeExceptionDetails(java.lang.String techMessage, java.lang.Throwable cause)