com.arsdigita.versioning
Class VersioningException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.arsdigita.util.UncheckedWrapperException
                  extended bycom.arsdigita.versioning.VersioningException
All Implemented Interfaces:
Serializable

public class VersioningException
extends UncheckedWrapperException

This is an unchecked exception.

Since:
2003-05-27
Version:
$Revision: #5 $ $DateTime: 2004/04/07 16:07:11 $
Author:
Vadim Nasardinov (vadimn@redhat.com)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.arsdigita.util.UncheckedWrapperException
versionId
 
Constructor Summary
VersioningException()
           
VersioningException(String msg)
           
VersioningException(String msg, Throwable rootCause)
           
VersioningException(Throwable rootCause)
           
 
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

VersioningException

public VersioningException()

VersioningException

public VersioningException(String msg)

VersioningException

public VersioningException(String msg,
                           Throwable rootCause)

VersioningException

public VersioningException(Throwable rootCause)


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