de.smartics.properties.admin.domain.model
Class CannotInitializeManagedApplicationException

Package class diagram package CannotInitializeManagedApplicationException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by de.smartics.properties.admin.domain.model.CannotInitializeManagedApplicationException
All Implemented Interfaces:
Serializable

public class CannotInitializeManagedApplicationException
     
     
extends RuntimeException

Signals that the managed application cannot be initialized. Usually configuration properties are missing.

See Also:
Serialized Form

Constructor Summary
CannotInitializeManagedApplicationException(Throwable cause)
          Default constructor.
 
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

CannotInitializeManagedApplicationException

public CannotInitializeManagedApplicationException(Throwable cause)
Default constructor.

Parameters:
cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)


Copyright © 2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.