Class AccessDeniedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class AccessDeniedException
    extends ReplicationException
    This exception is thrown when the user is not allowed to replicate.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      AccessDeniedException​(java.lang.Exception e)
      Creates a AccessDeniedException given a root exception
      AccessDeniedException​(java.lang.String s)
      Creates a AccessDeniedException given a message describing the failure cause
      AccessDeniedException​(java.lang.String s, java.lang.Exception e)
      Creates a AccessDeniedException given a message describing the failure cause and a root exception
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AccessDeniedException

        public AccessDeniedException​(java.lang.String s)
        Creates a AccessDeniedException given a message describing the failure cause
        Parameters:
        s - description
      • AccessDeniedException

        public AccessDeniedException​(java.lang.String s,
                                     java.lang.Exception e)
        Creates a AccessDeniedException given a message describing the failure cause and a root exception
        Parameters:
        s - description
        e - root failure cause
      • AccessDeniedException

        public AccessDeniedException​(java.lang.Exception e)
        Creates a AccessDeniedException given a root exception
        Parameters:
        e - root failure cause