public class AppException extends RuntimeException
Constructor and Description |
---|
AppException()
Constructor 3
|
AppException(String strMessage)
Constructor 1
|
AppException(String strMessage,
Exception e)
Constructor for backwards binary compatibility, same as AppException( String s, Throwable t )
|
AppException(String strMessage,
Throwable t)
Constructor 2
|
AppException(String strMessage,
Throwable t,
boolean enableSuppression,
boolean writableStackTrace)
Constructor 4
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AppException(String strMessage)
strMessage
- The error messagepublic AppException(String strMessage, Throwable t)
strMessage
- The error messaget
- The initial throwablepublic AppException(String strMessage, Exception e)
strMessage
- The error messagee
- The initial exceptionpublic AppException()
Copyright © 2020 City of Paris. All rights reserved.