js.oa.exception
Class CouldNotUnlockVAException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by js.common.JSException
              extended by js.oa.exception.CouldNotUnlockVAException
All Implemented Interfaces:
java.io.Serializable

public class CouldNotUnlockVAException
extends JSException

Thrown when the attempt to unlock a VA fails. This happens when an exception occurs during unlocking.

Author:
Johannes Testori
See Also:
Serialized Form

Constructor Summary
CouldNotUnlockVAException()
           
CouldNotUnlockVAException(java.lang.String msg)
           
CouldNotUnlockVAException(java.lang.String msg, java.lang.Throwable target)
           
CouldNotUnlockVAException(java.lang.Throwable target)
           
 
Method Summary
 
Methods inherited from class js.common.JSException
forward, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CouldNotUnlockVAException

public CouldNotUnlockVAException()

CouldNotUnlockVAException

public CouldNotUnlockVAException(java.lang.String msg)
Parameters:
msg - message

CouldNotUnlockVAException

public CouldNotUnlockVAException(java.lang.String msg,
                                 java.lang.Throwable target)
Parameters:
msg - message
target - target exception

CouldNotUnlockVAException

public CouldNotUnlockVAException(java.lang.Throwable target)
Parameters:
target - target exception