org.xwiki.wiki.provisioning
Class WikiProvisioningJobException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xwiki.wiki.provisioning.WikiProvisioningJobException
All Implemented Interfaces:
Serializable

public class WikiProvisioningJobException
extends Exception

Encapsulate any exception related to Wiki Provisioning Jobs.

Since:
5.3M2
Version:
$Id: 1ec7576e85a4af84b63f717a38b8f68250414e62 $
See Also:
Serialized Form

Constructor Summary
WikiProvisioningJobException(String message)
          Construct an exception with the specified detail message.
WikiProvisioningJobException(String message, Throwable throwable)
          Construct an exception with the specified detail message and 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

WikiProvisioningJobException

public WikiProvisioningJobException(String message)
Construct an exception with the specified detail message.

Parameters:
message - The detailed message. This can later be retrieved by the Throwable.getMessage() method.

WikiProvisioningJobException

public WikiProvisioningJobException(String message,
                                    Throwable throwable)
Construct an exception with the specified detail message and cause.

Parameters:
message - The detailed message. This can later be retrieved by the Throwable.getMessage() method.
throwable - the cause. This can be retrieved later by the Throwable.getCause() method. (A null value is permitted, and indicates that the cause is nonexistent or unknown)


Copyright © 2004–2014 XWiki. All rights reserved.