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

public class TypeNotFoundException extends RuntimeException
Throw this exception when the type in TypePermissionsData.getType() doesn't exist in the system
See Also:
  • Constructor Details

    • TypeNotFoundException

      public TypeNotFoundException(String type)
      Instantiates the exception
      Parameters:
      type - The type that is not found