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 999612 2010-09-21 20:34:50Z jdcasey $
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-2011 The Apache Software Foundation. All Rights Reserved.