com.jdroid.java.exception
Class ApplicationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.jdroid.java.exception.AbstractException
                  extended by com.jdroid.java.exception.ErrorCodeException
                      extended by com.jdroid.java.exception.ApplicationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConnectionException, HttpResponseException

public class ApplicationException
extends ErrorCodeException

Expected Application exception not related with business logic.
For example a time out or I/O error.

See Also:
Serialized Form

Constructor Summary
protected ApplicationException()
           
  ApplicationException(ErrorCode errorCode, String message)
           
  ApplicationException(ErrorCode errorCode, Throwable throwable)
           
  ApplicationException(String errorMessage)
           
  ApplicationException(Throwable throwable)
           
 
Method Summary
 
Methods inherited from class com.jdroid.java.exception.ErrorCodeException
getErrorCode, getErrorCodeParameters
 
Methods inherited from class com.jdroid.java.exception.AbstractException
addParameter, getParameter, getParameters, hasParameter
 
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

ApplicationException

protected ApplicationException()

ApplicationException

public ApplicationException(ErrorCode errorCode,
                            String message)

ApplicationException

public ApplicationException(ErrorCode errorCode,
                            Throwable throwable)

ApplicationException

public ApplicationException(String errorMessage)

ApplicationException

public ApplicationException(Throwable throwable)


Copyright © 2014. All rights reserved.