Class LogRepositoryException

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

public class LogRepositoryException extends Exception
Checked exception thrown in API methods in case of an error.
See Also:
  • Constructor Details

    • LogRepositoryException

      public LogRepositoryException(String message)
      constructs exception with the specified message.
      Parameters:
      message - details of the problem.
    • LogRepositoryException

      public LogRepositoryException(Throwable cause)
      constructs exception with the specified cause.
      Parameters:
      cause - cause for throwing this exception.
    • LogRepositoryException

      public LogRepositoryException(String message, Throwable cause)
      constructs exception with the specified message and cause.
      Parameters:
      message - details of the problem.
      cause - cause for throwing this exception.