apollo
Class FQUIDPermissionDenied

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--apollo.ApolloException
                    |
                    +--apollo.FQUIDPermissionDenied
All Implemented Interfaces:
java.io.Serializable

public class FQUIDPermissionDenied
extends ApolloException

FQUIDPermissionDenied.java Created: Fri Aug 4 11:37:36 2000

See Also:
Serialized Form

Constructor Summary
FQUIDPermissionDenied(java.lang.String FQUID)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class apollo.ApolloException
getExceptionMsg, setExceptionMsg
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FQUIDPermissionDenied

public FQUIDPermissionDenied(java.lang.String FQUID)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable