Package org.exoplatform.deprecation
Class DeprecatedAPIException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.exoplatform.deprecation.DeprecatedAPIException
-
- All Implemented Interfaces:
Serializable
public class DeprecatedAPIException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeprecatedAPIException(String message, Class<?> deprecatedClass, String deprecatedMethod)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StackTraceElement[]getStackTrace()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getStackTrace
public StackTraceElement[] getStackTrace()
- Overrides:
getStackTracein classThrowable
-
-