com.dynalivery.repository.util
Class RepositorySecurityException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.dynalivery.repository.util.RepositorySecurityException

public class RepositorySecurityException
extends java.lang.Exception
implements java.io.Serializable

A public class to return an exception when the attempted operation violates repository security.

See Also:
Serialized Form

Constructor Summary
RepositorySecurityException(java.lang.String msg)
          Constructs a RepositorySecurityException with a detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RepositorySecurityException

public RepositorySecurityException(java.lang.String msg)
Constructs a RepositorySecurityException with a detail message.
Parameters:
msg - the detail message describing the exception.