com.sun.enterprise.module
Class ResolveError
java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.LinkageError
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ResolveError
public ResolveError(String s)
ResolveError
public ResolveError(String s,
Throwable t)
ResolveError
public ResolveError(Throwable t)
Copyright © 2013 Oracle Corporation. All Rights Reserved.