javax.slee.profile

Class ProfileImplementationException

    • Constructor Detail

      • ProfileImplementationException

        public ProfileImplementationException(Throwable cause)
        Create a ProfileImplementationException with a detail message and cause.
        Parameters:
        cause - the reason this exception was thrown.
    • Method Detail

      • getCause

        public Throwable getCause()
        Get the cause (if any) for this exception.
        Overrides:
        getCause in class Throwable
        Returns:
        the cause.