Class LambdaExchangeStateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.networknt.aws.lambda.exception.LambdaExchangeStateException
-
- All Implemented Interfaces:
Serializable
public class LambdaExchangeStateException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LambdaExchangeStateException(String message)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LambdaExchangeStateExceptioninvalidStateException(int state, int wrongState)static LambdaExchangeStateExceptionmissingStateException(int state, int missing)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
LambdaExchangeStateException
public LambdaExchangeStateException(String message)
-
-
Method Detail
-
invalidStateException
public static LambdaExchangeStateException invalidStateException(int state, int wrongState)
-
missingStateException
public static LambdaExchangeStateException missingStateException(int state, int missing)
-
-