Package com.iplanet.log
Class DriverLoadException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- com.iplanet.log.LogException
 - 
- com.iplanet.log.DriverLoadException
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
@SupportedAll @Deprecated public class DriverLoadException extends LogException
Deprecated.Throw a log exception when loading the JDBC driver fails- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
- 
Fields inherited from class com.iplanet.log.LogException
ALREADY_EXISTS, CONNECTION_FALIED, CREATE_ACCESS_DENIED, DELETE_ACCESS_DENIED, DELETE_ERROR, 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, TYPE_ERROR, WRITE_ACCESS_DENIED, WRITE_ERROR 
 - 
 
- 
Constructor Summary
Constructors Constructor Description DriverLoadException()Deprecated.Constructs aDriverLoadExceptioninstance.DriverLoadException(String msg)Deprecated.Constructs aDriverLoadExceptioninstance. 
- 
Method Summary
- 
Methods inherited from class com.iplanet.log.LogException
getType 
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
DriverLoadException
public DriverLoadException()
Deprecated.Constructs aDriverLoadExceptioninstance. 
- 
DriverLoadException
public DriverLoadException(String msg)
Deprecated.Constructs aDriverLoadExceptioninstance.- Parameters:
 msg- Log exception message.
 
 - 
 
 -