Package com.cksource.ckfinder.exception
Class InvalidRequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.cksource.ckfinder.exception.CKFinderException
com.cksource.ckfinder.exception.InvalidRequestException
- All Implemented Interfaces:
 Serializable
The "invalid request" exception class.
 
Thrown when an invalid command request was received.
- See Also:
 
- 
Field Summary
Fields inherited from class com.cksource.ckfinder.exception.CKFinderException
errorCode, httpStatus, translationParameters - 
Constructor Summary
ConstructorsConstructorDescriptionInvalidRequestException(String message) InvalidRequestException(String message, Throwable cause)  - 
Method Summary
Methods inherited from class com.cksource.ckfinder.exception.CKFinderException
getErrorCode, getHttpStatus, getTranslationParameters, setHttpStatusMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
InvalidRequestException
 - 
InvalidRequestException
 
 -