Class ProviderSecurityException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ProviderSecurityException
    extends ProviderException
    Security Exception used to indicate a security violation has occurred that is non-fatal such as link creation blocked because user does not have access etc.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      jakarta.jms.JMSSecurityException toJMSException()  
      • 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
    • Constructor Detail

      • ProviderSecurityException

        public ProviderSecurityException​(java.lang.String message)
      • ProviderSecurityException

        public ProviderSecurityException​(java.lang.String message,
                                         java.lang.Throwable cause)