com.metamatrix.api.exception.security
Class InvalidVDBException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.metamatrix.core.MetaMatrixCoreException
              extended by com.metamatrix.api.exception.MetaMatrixException
                  extended by com.metamatrix.api.exception.MetaMatrixProcessingException
                      extended by com.metamatrix.api.exception.security.InvalidVDBException
All Implemented Interfaces:
java.io.Serializable

public class InvalidVDBException
extends MetaMatrixProcessingException

Indicates that an invalid VDB was requested for logon. This could be for several reasons: invalid VDB name, invalid VDB version, VDB is not active, etc.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.metamatrix.core.MetaMatrixCoreException
code
 
Constructor Summary
InvalidVDBException()
           
InvalidVDBException(java.lang.String message)
           
InvalidVDBException(java.lang.String code, java.lang.String message)
           
InvalidVDBException(java.lang.Throwable e)
           
InvalidVDBException(java.lang.Throwable e, java.lang.String message)
           
InvalidVDBException(java.lang.Throwable e, java.lang.String code, java.lang.String message)
           
 
Method Summary
 
Methods inherited from class com.metamatrix.api.exception.MetaMatrixException
getChild, getFullMessage, toString
 
Methods inherited from class com.metamatrix.core.MetaMatrixCoreException
getCode, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidVDBException

public InvalidVDBException()

InvalidVDBException

public InvalidVDBException(java.lang.String message)
Parameters:
message -

InvalidVDBException

public InvalidVDBException(java.lang.Throwable e)
Parameters:
e -

InvalidVDBException

public InvalidVDBException(java.lang.String code,
                           java.lang.String message)
Parameters:
code -
message -

InvalidVDBException

public InvalidVDBException(java.lang.Throwable e,
                           java.lang.String message)
Parameters:
e -
message -

InvalidVDBException

public InvalidVDBException(java.lang.Throwable e,
                           java.lang.String code,
                           java.lang.String message)
Parameters:
e -
code -
message -


Copyright © 2009. All Rights Reserved.