drm.agentbase
Class LaunchImpossibleException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--drm.agentbase.LaunchImpossibleException
All Implemented Interfaces:
java.io.Serializable

public class LaunchImpossibleException
extends java.lang.Exception

It is thorwn when a launching of an agent is not possible due to an unsatisfyable wish, lack of information or special parameter settings.

See Also:
Serialized Form

Constructor Summary
LaunchImpossibleException()
           
LaunchImpossibleException(java.lang.String m)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LaunchImpossibleException

public LaunchImpossibleException()

LaunchImpossibleException

public LaunchImpossibleException(java.lang.String m)