-
- All Implemented Interfaces:
-
java.io.Serializable
public final class EmbraceCustomPathException extends IOException
We use the EmbraceCustomPathException to capture the custom path added in the intercept chain process for client errors.
-
-
Constructor Summary
Constructors Constructor Description EmbraceCustomPathException(String customPath, Throwable cause)
-
Method Summary
Modifier and Type Method Description final StringgetCustomPath()ThrowablegetCause()StringgetMessage()-
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
-
-
Method Detail
-
getCustomPath
final String getCustomPath()
-
getMessage
String getMessage()
-
-
-
-