Class AuthorComponentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ro.sync.ecss.extensions.api.component.AuthorComponentException
-
- All Implemented Interfaces:
java.io.Serializable
@API(type=NOT_EXTENDABLE, src=PRIVATE) public class AuthorComponentException extends java.lang.Exception
Thrown by theAuthorComponentProvider
whenever the component is not used/initialized propertly.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthorComponentException(java.lang.String message)
Constructor.AuthorComponentException(java.lang.Throwable cause)
Constructor.
-
-
-
Constructor Detail
-
AuthorComponentException
public AuthorComponentException(java.lang.String message)
Constructor.- Parameters:
message
- The message of the exception.
-
AuthorComponentException
public AuthorComponentException(java.lang.Throwable cause)
Constructor.- Parameters:
cause
- The cause of the exception.
-
-