com.evolveum.midpoint.util.patch
Class PatchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.evolveum.midpoint.util.patch.PatchException
All Implemented Interfaces:
java.io.Serializable

public class PatchException
extends java.lang.Exception

Indicates errors that occurs during XML Patching

Since:
0.1
Version:
$Revision$ $Date$
Author:
Igor Farinic
See Also:
Serialized Form

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

Constructor Detail

PatchException

public PatchException(java.lang.Throwable cause)

PatchException

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

PatchException

public PatchException(java.lang.String message)

PatchException

public PatchException()


Copyright © 2012 evolveum. All Rights Reserved.