Serialized Form
-
Package info.ejava.examples.app.testing.testbasics.grading
-
Exception info.ejava.examples.app.testing.testbasics.grading.ClientError
class ClientError extends Exception implements Serializable -
Exception info.ejava.examples.app.testing.testbasics.grading.ClientError.BadRequest
class BadRequest extends ClientError implements Serializable -
Exception info.ejava.examples.app.testing.testbasics.grading.ClientError.NotFound
class NotFound extends ClientError implements Serializable -
Exception info.ejava.examples.app.testing.testbasics.grading.ServerError
class ServerError extends RuntimeException implements Serializable -
Exception info.ejava.examples.app.testing.testbasics.grading.ServerError.InternalFailure
class InternalFailure extends RuntimeException implements Serializable
-