org.apache.jetspeed.components.portletregistry
Class FailedToStorePortletDefinitionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.jetspeed.exception.JetspeedException
              extended by org.apache.jetspeed.components.portletregistry.RegistryException
                  extended by org.apache.jetspeed.components.portletregistry.FailedToStorePortletDefinitionException
All Implemented Interfaces:
java.io.Serializable, RequestDiagnosticsHolder

public class FailedToStorePortletDefinitionException
extends RegistryException

FailedToStorePortletDefinitionException

Version:
$Id: FailedToStorePortletDefinitionException.java 707224 2008-10-22 23:46:45Z ate $
Author:
Scott T. Weaver
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.jetspeed.components.portletregistry.RegistryException
REGISTRY_NOT_FOUND
 
Fields inherited from class org.apache.jetspeed.exception.JetspeedException
KEYED_MESSAGE_BUNDLE
 
Constructor Summary
FailedToStorePortletDefinitionException()
           
FailedToStorePortletDefinitionException(PortletDefinition portlet, java.lang.String reason)
           
FailedToStorePortletDefinitionException(PortletDefinition portlet, java.lang.Throwable nested)
           
FailedToStorePortletDefinitionException(java.lang.String message)
           
FailedToStorePortletDefinitionException(java.lang.String msg, java.lang.Throwable nested)
           
FailedToStorePortletDefinitionException(java.lang.Throwable nested)
           
 
Method Summary
 
Methods inherited from class org.apache.jetspeed.exception.JetspeedException
getKeyedMessage, getMessage, getMessage, getMessage, getRequestDiagnostics, setRequestDiagnostics
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

FailedToStorePortletDefinitionException

public FailedToStorePortletDefinitionException()

FailedToStorePortletDefinitionException

public FailedToStorePortletDefinitionException(java.lang.String message)
Parameters:
message -

FailedToStorePortletDefinitionException

public FailedToStorePortletDefinitionException(java.lang.Throwable nested)
Parameters:
nested -

FailedToStorePortletDefinitionException

public FailedToStorePortletDefinitionException(java.lang.String msg,
                                               java.lang.Throwable nested)
Parameters:
msg -
nested -

FailedToStorePortletDefinitionException

public FailedToStorePortletDefinitionException(PortletDefinition portlet,
                                               java.lang.Throwable nested)

FailedToStorePortletDefinitionException

public FailedToStorePortletDefinitionException(PortletDefinition portlet,
                                               java.lang.String reason)


Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.