Class IBMJCEHybridException

  • All Implemented Interfaces:
    java.io.Serializable

    public class IBMJCEHybridException
    extends java.lang.RuntimeException
    This class implements an exception that can be thrown by the IBMJCEHYBRID provider.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Vector getEmbeddedExceptionVector()
      This method
      java.lang.String toString()
      This method displays the string representation of this exception including the underlying cause and the vector of exceptions.
      • Methods inherited from class java.lang.Throwable

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

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

      • IBMJCEHybridException

        public IBMJCEHybridException​(java.lang.String message,
                                     java.util.Vector<java.lang.Exception> exceptionvec)
        Constructor
        Parameters:
        message - The message associated with the exception.
        exceptionvec - The Vector of exceptions to be contained within the exception.
      • IBMJCEHybridException

        public IBMJCEHybridException()
        Constructor
      • IBMJCEHybridException

        public IBMJCEHybridException​(java.lang.String message)
        Constructor
        Parameters:
        message - The message associated with the exception.
      • IBMJCEHybridException

        public IBMJCEHybridException​(java.lang.String message,
                                     java.lang.Throwable c)
        Constructor
        Parameters:
        message - The message associated with the exception.
        c - The underlying cause of the exception.
      • IBMJCEHybridException

        public IBMJCEHybridException​(java.lang.Throwable c)
        Constructor
        Parameters:
        c - The underlying cause of the exception.
    • Method Detail

      • getEmbeddedExceptionVector

        public java.util.Vector getEmbeddedExceptionVector()
        This method
        Returns:
        Vector The Vector of exceptions associated with this exception.
      • toString

        public java.lang.String toString()
        This method displays the string representation of this exception including the underlying cause and the vector of exceptions.
        Overrides:
        toString in class java.lang.Throwable
        Returns:
        String The string representation of the exception.