|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eaglei.repository.status.ErrorSendingException
org.eaglei.repository.status.NotAcceptableException
public class NotAcceptableException
Signal a fatal runtime error that should result in a 406 (Not Acceptable) status returned to the HTTP client.
| Constructor Summary | |
|---|---|
NotAcceptableException(java.lang.String message)
Constructor for NotAcceptableException. |
|
NotAcceptableException(java.lang.String message,
java.lang.Throwable cause)
Constructor for NotAcceptableException. |
|
NotAcceptableException(java.lang.Throwable cause)
Constructor for NotAcceptableException. |
|
| Method Summary | |
|---|---|
int |
getStatus()
getStatus |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NotAcceptableException(java.lang.String message)
Constructor for NotAcceptableException.
message - a String object.
public NotAcceptableException(java.lang.String message,
java.lang.Throwable cause)
Constructor for NotAcceptableException.
message - a String object.cause - a Throwable object.public NotAcceptableException(java.lang.Throwable cause)
Constructor for NotAcceptableException.
cause - a Throwable object.| Method Detail |
|---|
public int getStatus()
getStatus
getStatus in class ErrorSendingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||