Class TigerExceptionDto
- java.lang.Object
-
- de.gematik.test.tiger.proxy.client.TigerExceptionDto
-
public class TigerExceptionDto extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTigerExceptionDto.TigerExceptionDtoBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TigerExceptionDto.TigerExceptionDtoBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetClassName()StringgetMessage()StringgetStacktrace()inthashCode()StringtoString()
-
-
-
Method Detail
-
builder
public static TigerExceptionDto.TigerExceptionDtoBuilder builder()
-
getMessage
public String getMessage()
-
getStacktrace
public String getStacktrace()
-
getClassName
public String getClassName()
-
canEqual
protected boolean canEqual(Object other)
-
-