com.jdroid.java.exception
Class ApplicationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.jdroid.java.exception.AbstractException
com.jdroid.java.exception.ErrorCodeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.