com.arsdigita.categorization
Class CategorizationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.arsdigita.util.UncheckedWrapperException
                  extended bycom.arsdigita.categorization.CategorizationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CategoryMappingExistsException, CategoryMappingNotFoundException, CategoryNotFoundException

public class CategorizationException
extends UncheckedWrapperException

Category exception. Note that this is unchecked exception.

Version:
$Revision: #9 $ $DateTime: 2004/04/07 16:07:11 $
Author:
Michael Pih
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.arsdigita.util.UncheckedWrapperException
versionId
 
Constructor Summary
CategorizationException(Exception ex)
          Deprecated. use CategorizationException(Throwable).
CategorizationException(String message)
           
CategorizationException(String msg, Throwable throwable)
           
CategorizationException(Throwable throwable)
           
 
Methods inherited from class com.arsdigita.util.UncheckedWrapperException
getMessage, getRootCause, hasRootCause, printStackTrace, printStackTrace, printStackTrace, throwLoggedException, toString, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CategorizationException

public CategorizationException(String message)

CategorizationException

public CategorizationException(Exception ex)
Deprecated. use CategorizationException(Throwable).


CategorizationException

public CategorizationException(Throwable throwable)

CategorizationException

public CategorizationException(String msg,
                               Throwable throwable)


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC