org.apache.jetspeed.spaces
Class SpacesException

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.spaces.SpacesException
All Implemented Interfaces:
java.io.Serializable, RequestDiagnosticsHolder

public class SpacesException
extends JetspeedException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.jetspeed.exception.JetspeedException
KEYED_MESSAGE_BUNDLE
 
Constructor Summary
SpacesException()
          Default Constructor.
SpacesException(java.lang.String message)
          Constructor with exception message.
SpacesException(java.lang.String msg, java.lang.Throwable nested)
          Constructor with exception message and nested exception.
SpacesException(java.lang.Throwable nested)
          Constructor with nested exception.
 
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

SpacesException

public SpacesException()

Default Constructor.


SpacesException

public SpacesException(java.lang.String message)

Constructor with exception message.

Parameters:
message - The exception message.

SpacesException

public SpacesException(java.lang.Throwable nested)

Constructor with nested exception.

Parameters:
nested - Nested exception.

SpacesException

public SpacesException(java.lang.String msg,
                       java.lang.Throwable nested)

Constructor with exception message and nested exception.

Parameters:
msg - The exception message.
nested - Nested exception.


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