Class ConsentWithdrawnException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ConsentWithdrawnException
    extends WebserviceException
    Exception for handling error if we withdraw a consent that was already withdrawn.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String CONSENT_WITHDRAWN  
    • Constructor Summary

      Constructors 
      Constructor Description
      ConsentWithdrawnException​(java.lang.String message, java.lang.String reason)
      Message and reason for the exception
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getSubjectType()  
      java.lang.String getType()  
      • 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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • CONSENT_WITHDRAWN

        public static final java.lang.String CONSENT_WITHDRAWN
        See Also:
        Constant Field Values
    • Constructor Detail

      • ConsentWithdrawnException

        public ConsentWithdrawnException​(java.lang.String message,
                                         java.lang.String reason)
        Message and reason for the exception
        Parameters:
        message -
        reason -