Class InternalServerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- software.amazon.awssdk.eventstreamrpc.model.EventStreamOperationError
-
- software.amazon.awssdk.eventstreamrpc.model.InternalServerException
-
- All Implemented Interfaces:
Serializable
,EventStreamJsonMessage
public class InternalServerException extends EventStreamOperationError
Thrown when a internal server exception occurs- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
ERROR_CODE
The error code associated with a internal server exception
-
Constructor Summary
Constructors Constructor Description InternalServerException(String serviceName)
Creates a new internal server exception from the given service name
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getApplicationModelType()
Returns the named model type.-
Methods inherited from class software.amazon.awssdk.eventstreamrpc.model.EventStreamOperationError
getErrorCode, getMessage, getService
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.eventstreamrpc.model.EventStreamJsonMessage
fromJson, isVoid, postFromJson, toPayload
-
-
-
-
Field Detail
-
ERROR_CODE
public static final String ERROR_CODE
The error code associated with a internal server exception- See Also:
- Constant Field Values
-
-
Constructor Detail
-
InternalServerException
public InternalServerException(String serviceName)
Creates a new internal server exception from the given service name- Parameters:
serviceName
- The name of the service that caused the exception
-
-
Method Detail
-
getApplicationModelType
public String getApplicationModelType()
Returns the named model type. May be used for a header.- Returns:
- - Application Model Type
-
-