Package com.liveperson.faas.exception
Class FaaSException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.liveperson.faas.exception.FaaSException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
FaaSDetailedException
public class FaaSException extends Exception
FaaS specific exception type- Author:
- arotaru
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FaaSException(String message)FaaSException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-