org.apache.directory.studio.apacheds.model
Class ServersHandlerIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.directory.studio.apacheds.model.ServersHandlerIOException
All Implemented Interfaces:
java.io.Serializable

public class ServersHandlerIOException
extends java.lang.Exception

This exception can be raised when an error occurs when loading or saving the servers to the store.

Version:
$Rev$, $Date$
Author:
Apache Directory Project
See Also:
Serialized Form

Constructor Summary
ServersHandlerIOException(java.lang.String message)
          Creates a new instance of ServersHandlerIOException.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServersHandlerIOException

public ServersHandlerIOException(java.lang.String message)
Creates a new instance of ServersHandlerIOException.

Parameters:
message - the detail message


Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.