org.apache.portals.graffito.exception
Class CmsIncorrectServerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.portals.graffito.exception.ContentManagementException
              extended by org.apache.portals.graffito.exception.CmsIncorrectServerException
All Implemented Interfaces:
java.io.Serializable

public class CmsIncorrectServerException
extends ContentManagementException

Exception occurs when a Server is not correct to do a specific operation like register/unregister a server

Version:
$Id: CmsIncorrectServerException.java,v 1.1 2004/12/22 21:16:12 christophe Exp $
Author:
Christophe Lombart
See Also:
Serialized Form

Constructor Summary
CmsIncorrectServerException()
          Default Constructor without information.
CmsIncorrectServerException(java.lang.String message)
          Constructor with message.
CmsIncorrectServerException(java.lang.String message, java.lang.Throwable nested)
          Constructor with message and throwable object.
CmsIncorrectServerException(java.lang.Throwable nested)
          Constructor with throwable object.
 
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

CmsIncorrectServerException

public CmsIncorrectServerException()
Default Constructor without information.


CmsIncorrectServerException

public CmsIncorrectServerException(java.lang.String message)
Constructor with message.

Parameters:
message - the message associated to the exception

CmsIncorrectServerException

public CmsIncorrectServerException(java.lang.Throwable nested)
Constructor with throwable object.

Parameters:
nested - the associated throwable object

CmsIncorrectServerException

public CmsIncorrectServerException(java.lang.String message,
                                   java.lang.Throwable nested)
Constructor with message and throwable object.

Parameters:
message - the message associated to the exception
nested - the associated throwable object


Copyright © 2004-2006 The Apache Software Foundation. All Rights Reserved.