org.edg.data.reptor
Class UnauthorizedVOException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.edg.data.util.DataException
              extended byorg.edg.data.reptor.ReplicaManagerException
                  extended byorg.edg.data.reptor.UnauthorizedVOException
All Implemented Interfaces:
java.io.Serializable

public class UnauthorizedVOException
extends ReplicaManagerException

Exception thrown if there was an error in the configuration file.

Version:
$Id $
Author:
Erwin Laure, Peter Kunszt
See Also:
Serialized Form

Constructor Summary
UnauthorizedVOException(java.lang.String vo, java.lang.String service)
          Constructs a UnauthorizedVOException.
 
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

UnauthorizedVOException

public UnauthorizedVOException(java.lang.String vo,
                               java.lang.String service)
Constructs a UnauthorizedVOException.

Parameters:
vo - The VO that is affected.
service - The Service that denied access.