com.evolveum.midpoint.util.exception
Class SystemException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.evolveum.midpoint.util.exception.SystemException
All Implemented Interfaces:
Serializable

public class SystemException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
SystemException()
           
SystemException(String message)
           
SystemException(String message, Throwable throwable)
           
SystemException(Throwable throwable)
           
 
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

SystemException

public SystemException()

SystemException

public SystemException(String message)

SystemException

public SystemException(Throwable throwable)

SystemException

public SystemException(String message,
                       Throwable throwable)


Copyright © 2013 evolveum. All Rights Reserved.