com.ibm.jarm.api.exception

Interface RMErrorStack



  • public interface RMErrorStack
    Represents a collection of RMErrorRecord instances returned from a repository. Each instance typically represents a chained exception.

    A RMErrorStack can be acquired using the RMRuntimeException.getErrorStack method.

    • Method Detail

      • toString

        java.lang.String toString()
        Returns a string representation of all contained RMErrorRecord instances.
        Overrides:
        toString in class java.lang.Object
        Returns:
        A String value.

© Copyright IBM Corp. 2010, 2013. All Rights Reserved.