Class NotBoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NotBoundException
    extends X400APIException
    Thrown when a bind attempt fails, or an attempt is made to communicate with the Message Store or MTA channel before a successful bind has been performed, or after a connection has been lost.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      NotBoundException​(java.lang.String message)
      Constructs a new NotBoundException with the specified message.
      NotBoundException​(java.lang.String message, int nativeErrorCode)
      Constructs a new NotBoundException with the specified message and error code
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, 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

      • NotBoundException

        public NotBoundException​(java.lang.String message,
                                 int nativeErrorCode)
        Constructs a new NotBoundException with the specified message and error code
        Parameters:
        message - gives extra detail about the specific exception.
        nativeErrorCode - a value as returned from underlying native code which may be useful in determining the cause of the problem.
      • NotBoundException

        public NotBoundException​(java.lang.String message)
        Constructs a new NotBoundException with the specified message.
        Parameters:
        message - gives extra detail about the specific exception.