net.dpml.station.info
Class ApplicationRegistryRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.dpml.station.info.ApplicationRegistryRuntimeException
All Implemented Interfaces:
Serializable

public class ApplicationRegistryRuntimeException
extends RuntimeException

Exception indicating that an internal error occured while loading the application registry.

Version:
1.2.0
Author:
Digital Product Meta Library
See Also:
Serialized Form

Constructor Summary
ApplicationRegistryRuntimeException(String message)
          Construct a new ProfileException instance.
ApplicationRegistryRuntimeException(String message, Throwable cause)
          Construct a new ApplicationRegistryRuntimeException instance.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ApplicationRegistryRuntimeException

public ApplicationRegistryRuntimeException(String message)
Construct a new ProfileException instance.

Parameters:
message - The detail message for this exception.

ApplicationRegistryRuntimeException

public ApplicationRegistryRuntimeException(String message,
                                           Throwable cause)
Construct a new ApplicationRegistryRuntimeException instance.

Parameters:
message - The detail message for this exception.
cause - the root cause of the exception