org.apache.maven.continuum.build.settings
Class SchedulesActivationException

Package class diagram package SchedulesActivationException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.continuum.build.settings.SchedulesActivationException
All Implemented Interfaces:
Serializable

public class SchedulesActivationException
extends Exception

Version:
$Id: SchedulesActivationException.java 729143 2008-12-23 22:21:06Z olamy $
Author:
Jason van Zyl
See Also:
Serialized Form

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

SchedulesActivationException

public SchedulesActivationException(String message)

SchedulesActivationException

public SchedulesActivationException(Throwable cause)

SchedulesActivationException

public SchedulesActivationException(String message,
                                    Throwable cause)


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.