Package com.almis.awe.exception
Class AWENotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.almis.awe.exception.AWException
com.almis.awe.exception.AWENotFoundException
- All Implemented Interfaces:
Serializable
Specific AWE not found Exception class
- Author:
- Pablo GARCIA - 24/JUN/2010
- See Also:
-
Constructor Summary
ConstructorDescriptionAWENotFoundException
(String title, String message) Constructs an instance ofAWException
with the specified detail message. -
Method Summary
Methods inherited from class com.almis.awe.exception.AWException
getTitle, getType, log, setTitle, setType
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AWENotFoundException
Constructs an instance ofAWException
with the specified detail message.- Parameters:
title
- Exception titlemessage
- Detail message
-