Class LogRepositoryRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.ibm.websphere.logging.hpel.reader.LogRepositoryRuntimeException
All Implemented Interfaces:
Serializable

public class LogRepositoryRuntimeException extends RuntimeException
Unchecked exception to wrap checked one thrown in methods without 'throws' clause.
See Also:
  • Constructor Details

    • LogRepositoryRuntimeException

      public LogRepositoryRuntimeException(LogRepositoryException cause)
      constructs exception with the specified cause.
      Parameters:
      cause - underlying LogRepositoryException