com.vinculumtech.platform.repository
Class RepositoryException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended bycom.vinculumtech.platform.repository.RepositoryException
All Implemented Interfaces:
java.io.Serializable

public class RepositoryException
extends java.io.IOException

Class RepositoryException

Version:
$Id: //depot/carrierwave/src/shared/com/vinculumtech/platform/repository/RepositoryException.java#2 $
See Also:
Serialized Form

Constructor Summary
RepositoryException()
           
RepositoryException(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

RepositoryException

public RepositoryException()

RepositoryException

public RepositoryException(java.lang.String message)


Copyright (C) 2002 Vinculum Technologies, Inc. All Rights Reserved.