org.apache.maven.mercury.metadata.sat
Class SatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.mercury.metadata.sat.SatException
All Implemented Interfaces:
java.io.Serializable

public class SatException
extends java.lang.Exception

Author:
Oleg Gusakov
See Also:
Serialized Form

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

SatException

public SatException()

SatException

public SatException(java.lang.String message)

SatException

public SatException(java.lang.Throwable cause)

SatException

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


Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.