| Home > Java SE 6 > sun.misc > CEStreamExhausted.java [ javadoc ] | In other release: | |
/* * %W% %E% * * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */ package sun.misc; import java.io.IOException; /** This exception is thrown when EOF is reached */ public class CEStreamExhausted extends IOException { };