org.apache.jetspeed.container.state
Class FailedToCreatedNavStateCodecException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.apache.jetspeed.exception.JetspeedRuntimeException
                  extended byorg.apache.jetspeed.container.state.FailedToCreatedNavStateCodecException
All Implemented Interfaces:
Serializable

public class FailedToCreatedNavStateCodecException
extends JetspeedRuntimeException

FailedToCreateNavStateCodecException Thrown if an attempt to create a NavigationalStateCodec met with an unexpected failure.

Version:
$Id: FailedToCreatedNavStateCodecException.java 187753 2004-10-15 21:47:25Z ate $
Author:
Ate Douma
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.jetspeed.exception.JetspeedRuntimeException
KEYED_MESSAGE_BUNDLE
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
FailedToCreatedNavStateCodecException()
           
FailedToCreatedNavStateCodecException(String arg0)
           
FailedToCreatedNavStateCodecException(String arg0, Throwable arg1)
           
FailedToCreatedNavStateCodecException(Throwable arg0)
           
 
Methods inherited from class org.apache.jetspeed.exception.JetspeedRuntimeException
getKeyedMessage, getMessage, getMessage, getMessage
 
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

FailedToCreatedNavStateCodecException

public FailedToCreatedNavStateCodecException()

FailedToCreatedNavStateCodecException

public FailedToCreatedNavStateCodecException(String arg0)
Parameters:
arg0 -

FailedToCreatedNavStateCodecException

public FailedToCreatedNavStateCodecException(Throwable arg0)
Parameters:
arg0 -

FailedToCreatedNavStateCodecException

public FailedToCreatedNavStateCodecException(String arg0,
                                             Throwable arg1)
Parameters:
arg0 -
arg1 -


Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.