Class AuthorizationExceptionRT

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
pl.edu.icm.unity.exceptions.AuthorizationExceptionRT
All Implemented Interfaces:
Serializable

public class AuthorizationExceptionRT extends RuntimeException
Thrown when there is authorization problem, this is a runtime variant.
Author:
K. Benedyczak
See Also:
  • Constructor Details

    • AuthorizationExceptionRT

      public AuthorizationExceptionRT(String msg, Throwable cause)
    • AuthorizationExceptionRT

      public AuthorizationExceptionRT(String msg)
    • AuthorizationExceptionRT

      public AuthorizationExceptionRT(Throwable cause)