com.atlassian.crowd.manager.backup
Class ScheduledBackupException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.crowd.manager.backup.ScheduledBackupException
All Implemented Interfaces:
Serializable

public class ScheduledBackupException
extends Exception

Exception thrown for scheduling errors for automated backups.

Since:
v2.7
See Also:
Serialized Form

Constructor Summary
ScheduledBackupException(String message)
           
ScheduledBackupException(String message, 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

ScheduledBackupException

public ScheduledBackupException(String message)

ScheduledBackupException

public ScheduledBackupException(String message,
                                Throwable cause)


Copyright © 2013 Atlassian. All Rights Reserved.