Uses of Interface
com.jdroid.java.exception.ErrorCode

Packages that use ErrorCode
com.jdroid.java.exception   
 

Uses of ErrorCode in com.jdroid.java.exception
 

Methods in com.jdroid.java.exception that return ErrorCode
 ErrorCode ErrorCodeException.getErrorCode()
           
 

Constructors in com.jdroid.java.exception with parameters of type ErrorCode
ApplicationException(ErrorCode errorCode, String message)
           
ApplicationException(ErrorCode errorCode, Throwable throwable)
           
BusinessException(ErrorCode errorCode)
           
BusinessException(ErrorCode errorCode, Object... errorCodeParameters)
           
ErrorCodeException(ErrorCode errorCode)
           
ErrorCodeException(ErrorCode errorCode, Object... errorCodeParameters)
           
ErrorCodeException(ErrorCode errorCode, String message)
           
ErrorCodeException(ErrorCode errorCode, Throwable throwable)
           
HttpResponseException(ErrorCode errorCode, String message)
           
HttpResponseException(ErrorCode errorCode, Throwable throwable)
           
ServerHttpResponseException(ErrorCode errorCode, String message)
           
ServerHttpResponseException(ErrorCode errorCode, Throwable throwable)
           
 



Copyright © 2014. All rights reserved.