de.smartics.maven.plugin.buildmetadata.scm
Class ScmNoRevisionException

Package class diagram package ScmNoRevisionException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by de.smartics.maven.plugin.buildmetadata.scm.ScmException
                  extended by de.smartics.maven.plugin.buildmetadata.scm.ScmNoRevisionException
All Implemented Interfaces:
Serializable

public class ScmNoRevisionException
     
     
extends ScmException

Thrown on any problem fetching SCM revision information.

Author:
Robert Reiner
See Also:
Serialized Form

Constructor Summary
ScmNoRevisionException(String message)
          Default constructor.
 
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

ScmNoRevisionException

public ScmNoRevisionException(String message)
Default constructor.

Parameters:
message - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.
See Also:
RuntimeException.RuntimeException(java.lang.String)


Copyright © 2006-2012 Kronseder & Reiner GmbH - smartics. All Rights Reserved.