org.apache.maven.plugin.assembly.io
Class AssemblyReadException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.plugin.assembly.io.AssemblyReadException
All Implemented Interfaces:
Serializable

public class AssemblyReadException
extends Exception

Version:
$Id: AssemblyReadException.java 728546 2008-12-21 22:56:51Z bentmann $
See Also:
Serialized Form

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

AssemblyReadException

public AssemblyReadException(String message,
                             Throwable cause)

AssemblyReadException

public AssemblyReadException(String message)


Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.