com.sun.jini.tool
Class JarWrapper.LocalizedIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.sun.jini.tool.JarWrapper.LocalizedIOException
All Implemented Interfaces:
Serializable
Enclosing class:
JarWrapper

private static class JarWrapper.LocalizedIOException
extends IOException

IOException with a localized detail message.


Field Summary
private static long serialVersionUID
           
 
Constructor Summary
JarWrapper.LocalizedIOException(String key, Object val)
          Creates exception with localized message text corresponding to the given key string, passing the provided value as an argument when formatting the message.
JarWrapper.LocalizedIOException(String key, Object[] vals)
          Creates exception with localized message text corresponding to the given key string, passing the provided values as an argument when formatting the message.
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

JarWrapper.LocalizedIOException

JarWrapper.LocalizedIOException(String key,
                                Object val)
Creates exception with localized message text corresponding to the given key string, passing the provided value as an argument when formatting the message.


JarWrapper.LocalizedIOException

JarWrapper.LocalizedIOException(String key,
                                Object[] vals)
Creates exception with localized message text corresponding to the given key string, passing the provided values as an argument when formatting the message.



Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.