Class TypeNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.permissionsfacades.validation.exception.TypeNotFoundException
- All Implemented Interfaces:
Serializable
Throw this exception when the type in
TypePermissionsData.getType() doesn't exist in the system- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TypeNotFoundException
Instantiates the exception- Parameters:
type- The type that is not found
-