com.dynalivery.pcre
Class RepositoryNotEnabledException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.dynalivery.pcre.PCREError
                    |
                    +--com.dynalivery.pcre.RepositoryNotEnabledException

public class RepositoryNotEnabledException
extends PCREError

This exception is thrown if the repository has not been enabled on the report server.

See Also:
Serialized Form

Fields inherited from class com.dynalivery.pcre.PCREError
errorCode, errorKind, errorText
 
Constructor Summary
RepositoryNotEnabledException(java.lang.String msg)
          Creates new RepositoryNotEnabledException
 
Methods inherited from class com.dynalivery.pcre.PCREError
getCode, getKind, getText, Report, Throw
 
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

RepositoryNotEnabledException

public RepositoryNotEnabledException(java.lang.String msg)
Creates new RepositoryNotEnabledException