Class TenantException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    TenantNotFoundException

    public class TenantException
    extends java.lang.RuntimeException
    Exception thrown when an error occurs resolving the tenant.
    Since:
    1.0.0
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      TenantException​(java.lang.String message)
      Constructs a new tenant exception with the specified detail message.
      TenantException​(java.lang.String message, java.lang.Throwable cause)
      Constructs a new tenant exception with the specified detail message.
    • 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

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

      • TenantException

        public TenantException​(java.lang.String message)
        Constructs a new tenant exception with the specified detail message.
        Parameters:
        message - the detail message.
      • TenantException

        public TenantException​(java.lang.String message,
                               java.lang.Throwable cause)
        Constructs a new tenant exception with the specified detail message.
        Parameters:
        message - the detail message.
        cause - the cause