com.sun.enterprise.module
Class ResolveError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by java.lang.LinkageError
              extended by com.sun.enterprise.module.ResolveError
All Implemented Interfaces:
Serializable

public class ResolveError
extends LinkageError

Thrown to indicate that a module dependency could not be satisfied

Author:
dochez
See Also:
Serialized Form

Constructor Summary
ResolveError(String s)
           
ResolveError(String s, Throwable t)
           
ResolveError(Throwable t)
           
 
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

ResolveError

public ResolveError(String s)

ResolveError

public ResolveError(String s,
                    Throwable t)

ResolveError

public ResolveError(Throwable t)


Copyright © 2013 Oracle Corporation. All Rights Reserved.