Class NoImplementationAvailableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.uberfire.ext.security.management.api.exception.SecurityManagementException
-
- org.uberfire.ext.security.management.api.exception.NoImplementationAvailableException
-
- All Implemented Interfaces:
Serializable
@Portable public class NoImplementationAvailableException extends SecurityManagementException
Exception for user system management when the service provider implementation class is not available.
- Since:
- 0.8.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoImplementationAvailableException()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMessage()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getMessage
public String getMessage()
- Overrides:
getMessagein classThrowable
-
-