com.evolveum.midpoint.exception
Class ConfigurationError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.evolveum.midpoint.api.exceptions.MidPointException
                  extended by com.evolveum.midpoint.exception.ConfigurationError
All Implemented Interfaces:
java.io.Serializable

public class ConfigurationError
extends MidPointException

Sample Class Doc

Since:
1.0.0
Version:
$Revision$ $Date$
Author:
$author$
See Also:
Serialized Form

Field Summary
static java.lang.String code_id
           
 
Constructor Summary
ConfigurationError()
           
ConfigurationError(java.lang.String message)
           
ConfigurationError(java.lang.String message, java.lang.Throwable cause)
           
ConfigurationError(java.lang.Throwable cause)
           
 
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
 

Field Detail

code_id

public static final java.lang.String code_id
See Also:
Constant Field Values
Constructor Detail

ConfigurationError

public ConfigurationError()

ConfigurationError

public ConfigurationError(java.lang.String message)

ConfigurationError

public ConfigurationError(java.lang.String message,
                          java.lang.Throwable cause)

ConfigurationError

public ConfigurationError(java.lang.Throwable cause)


Copyright © 2011 evolveum. All Rights Reserved.