-
- All Implemented Interfaces:
-
java.io.Serializable
public class SharedException extends RuntimeException
Created By Ibrahim AlTamimi Created At 29, Thu Oct, 2020 Project radixhttps://arkitik.io
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classSharedException.Builderpublic classSharedException.Companion
-
Constructor Summary
Constructors Constructor Description SharedException(List<ErrorResponse> errors)
-
Method Summary
Modifier and Type Method Description StringgetMessage()final List<ErrorResponse>getErrors()ThrowablegetCause()-
Methods inherited from class java.lang.Exception
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
SharedException
SharedException(List<ErrorResponse> errors)
-
-
Method Detail
-
getMessage
String getMessage()
-
getErrors
final List<ErrorResponse> getErrors()
-
-
-
-