Class SessionMonitorNotSetException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.amazonaws.services.dynamodbv2.model.SessionMonitorNotSetException
-
- All Implemented Interfaces:
Serializable
public class SessionMonitorNotSetException extends RuntimeException
Thrown to indicate that SessionMonitor is not set.- Author:
- Joseph Rock
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SessionMonitorNotSetException(String message)Basic constructor.SessionMonitorNotSetException(String message, Throwable cause)Full constructor.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SessionMonitorNotSetException
public SessionMonitorNotSetException(String message)
Basic constructor.- Parameters:
message- content to show
-
-