Class AuthorComponentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ro.sync.ecss.extensions.api.component.AuthorComponentException
- All Implemented Interfaces:
- Serializable
Thrown by the 
AuthorComponentProvider whenever the component is not used/initialized propertly.- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
AuthorComponentExceptionConstructor.- Parameters:
- message- The message of the exception.
 
- 
AuthorComponentExceptionConstructor.- Parameters:
- cause- The cause of the exception.
 
 
-