public final class UncleanStatusException extends IllegalStateException
| Constructor and Description |
|---|
UncleanStatusException()
Create a new UncleanStatusException
|
UncleanStatusException(int status)
Create a new UncleanStatusException
|
UncleanStatusException(int status,
String message)
Create a new UncleanStatusException
|
UncleanStatusException(String message)
Create a new UncleanStatusException
|
| Modifier and Type | Method and Description |
|---|---|
int |
getStatus()
Create a new UncleanStatusException
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UncleanStatusException(int status,
String message)
status - the status code that caused the exceptionmessage - A message describing the exceptionpublic UncleanStatusException(int status)
status - the status code that caused the exceptionpublic UncleanStatusException(String message)
message - a message describing the exceptionpublic UncleanStatusException()
Copyright © 2015. All rights reserved.