com.iplanet.log
Class LogReadExceedsMaxException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.iplanet.log.LogException
                    |
                    +--com.iplanet.log.LogReadExceedsMaxException
All Implemented Interfaces:
java.io.Serializable

public class LogReadExceedsMaxException
extends LogException

Log Exception thrown when log size exceeds the maximum size defined in the log profile.

See Also:
Serialized Form

Fields inherited from class com.iplanet.log.LogException
ALREADY_EXISTS, CONNECTION_FALIED, CREATE_ACCESS_DENIED, DELETE_ACCESS_DENIED, DELETE_ERROR, DRIVER_LOAD_FAILED, FATAL_ERROR, INACTIVE, INVALID_LOG_NAME, INVALID_SESSION, LIST_ACCESS_DENIED, LIST_NOT_EXISTS, LOG_HANDLER_ERROR, LOG_NOT_FOUND, NO_SUCH_SEGMENT_EXISTS, NULL_LOCATION, NULL_POINTER, PROFILE_ERROR, READ_ACCESS_DENIED, READ_ERROR, READ_EXCEEDS_MAX, SQL_ERROR, TYPE_ERROR, WRITE_ACCESS_DENIED, WRITE_ERROR
 
Constructor Summary
LogReadExceedsMaxException()
          Throw a log exception when the retrieving log size exceeds the maximum size defined in the log profile..
LogReadExceedsMaxException(java.lang.String msg)
          Throw a log exception when the retrieving log size exceeds the maximum size defined in the log profile.
 
Methods inherited from class com.iplanet.log.LogException
getType
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LogReadExceedsMaxException

public LogReadExceedsMaxException()
Throw a log exception when the retrieving log size exceeds the maximum size defined in the log profile..

LogReadExceedsMaxException

public LogReadExceedsMaxException(java.lang.String msg)
Throw a log exception when the retrieving log size exceeds the maximum size defined in the log profile.
Parameters:
msg - Log exception message.