public final class UncleanStatusException extends java.lang.IllegalStateException
| Constructor and Description | 
|---|
| UncleanStatusException()Create a new UncleanStatusException. | 
| UncleanStatusException(int status)Create a new UncleanStatusException. | 
| UncleanStatusException(int status,
                      java.lang.String message)Create a new UncleanStatusException. | 
| UncleanStatusException(java.lang.String message)Create a new UncleanStatusException. | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getStatus()Create a new UncleanStatusException. | 
public UncleanStatusException(int status, java.lang.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(java.lang.String message)
message - a message describing the exceptionpublic UncleanStatusException()
public int getStatus()