Class NotAuthorizedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.ameba.exception.BusinessRuntimeException
org.openwms.core.preferences.NotAuthorizedException
All Implemented Interfaces:
Serializable

@ResponseStatus(UNAUTHORIZED) public class NotAuthorizedException extends org.ameba.exception.BusinessRuntimeException
A NotAuthorizedException.
Author:
Heiko Scherrer
See Also:
  • Constructor Details

    • NotAuthorizedException

      public NotAuthorizedException(org.ameba.i18n.Translator translator, String messageKey, Serializable[] data, Object... param)